]> source.dussan.org Git - vaadin-framework.git/commitdiff
Updated test case to be compatible with #3683
authorArtur Signell <artur.signell@itmill.com>
Wed, 25 Nov 2009 06:50:45 +0000 (06:50 +0000)
committerArtur Signell <artur.signell@itmill.com>
Wed, 25 Nov 2009 06:50:45 +0000 (06:50 +0000)
svn changeset:9995/svn branch:6.2

tests/src/com/vaadin/tests/components/window/SubWindows.java

index 036475b2cf8d953af395e917c83a8b42f49c4b09..6d7ba78ab75beed7303e83679267644b82c64f1f 100644 (file)
@@ -99,9 +99,9 @@ public class SubWindows extends TestBase {
             tf
                     .setValue("The textfield should fill the window (except margins)."
                             + "\n - Try to resize the window\n");
-            tf.setRows(5);
             tf.setWidth("100%");
             tf.setHeight("100%");
+            tf.setRows(5);
             dialog.addComponent(tf);
 
             dialog.setPositionX(20);