From: Artur Signell Date: Wed, 25 Nov 2009 06:50:45 +0000 (+0000) Subject: Updated test case to be compatible with #3683 X-Git-Tag: 6.7.0.beta1~2261 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7b542d052ff3ddfc021c572b7371170039dc444b;p=vaadin-framework.git Updated test case to be compatible with #3683 svn changeset:9995/svn branch:6.2 --- diff --git a/tests/src/com/vaadin/tests/components/window/SubWindows.java b/tests/src/com/vaadin/tests/components/window/SubWindows.java index 036475b2cf..6d7ba78ab7 100644 --- a/tests/src/com/vaadin/tests/components/window/SubWindows.java +++ b/tests/src/com/vaadin/tests/components/window/SubWindows.java @@ -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);