Show
Ignore:
Timestamp:
07/11/08 14:20:08 (4 months ago)
Author:
joonas.lehtinen@…
Message:

Fixes a bug in test for #1934

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/com/itmill/toolkit/tests/tickets/Ticket1934.java

    r5085 r5094  
    1818        ExpandLayout testedLayout = new ExpandLayout( 
    1919                ExpandLayout.ORIENTATION_HORIZONTAL); 
    20         testedLayout.setWidth(500); 
    21         testedLayout.setHeight(200); 
     20        testedLayout.setWidth("500px"); 
     21        testedLayout.setHeight("200px"); 
    2222 
    2323        Button b1 = new Button("b1");