]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix for testcase #1710
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Mon, 30 Jun 2008 13:28:41 +0000 (13:28 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Mon, 30 Jun 2008 13:28:41 +0000 (13:28 +0000)
svn changeset:4982/svn branch:trunk

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

index 8a65f3af7b36543501fc2d3694ea89bb0942188d..44da0a4148b7d930badf09597ec299cc26d007d1 100644 (file)
@@ -53,6 +53,8 @@ public class Ticket1710 extends com.itmill.toolkit.Application {
         TextField t5 = new TextField();\r
         t5.setValue("With caption - WIDE");\r
         t5.setComponentError(new SystemError("Error"));\r
+        t5.setWidth(100);\r
+        t5.setWidthUnits(Sizeable.UNITS_PERCENTAGE);\r
         lo.addComponent(t5);\r
 \r
         TextField t6 = new TextField();\r