From 7b542d052ff3ddfc021c572b7371170039dc444b Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 25 Nov 2009 06:50:45 +0000 Subject: [PATCH] Updated test case to be compatible with #3683 svn changeset:9995/svn branch:6.2 --- tests/src/com/vaadin/tests/components/window/SubWindows.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5