]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes a bug in test for #1934
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 11 Jul 2008 14:20:08 +0000 (14:20 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 11 Jul 2008 14:20:08 +0000 (14:20 +0000)
svn changeset:5094/svn branch:trunk

src/com/itmill/toolkit/tests/tickets/Ticket1934.java

index 0bd48d4116c7580b2a91d0349c05fee89cef663c..8d2b8cbd9de636799e204e38434a40b35ae5a513 100644 (file)
@@ -17,8 +17,8 @@ public class Ticket1934 extends Application {
 
         ExpandLayout testedLayout = new ExpandLayout(
                 ExpandLayout.ORIENTATION_HORIZONTAL);
-        testedLayout.setWidth(500);
-        testedLayout.setHeight(200);
+        testedLayout.setWidth("500px");
+        testedLayout.setHeight("200px");
 
         Button b1 = new Button("b1");
         testedLayout.addComponent(b1);