summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2012-11-27 09:19:36 +0000
committerVaadin Code Review <review@vaadin.com>2012-11-27 09:19:36 +0000
commit5df5c65fb412b9b94e2f8b8f465ec27d81ee7d8a (patch)
tree32b8bc32ec238f62fa52c506164b40504870d949 /uitest
parent2cdea6eb5b00e9c54eb3ce28176c203e60c31232 (diff)
parent148bfdaf0101016afffe815609a01e1f21d218f2 (diff)
downloadvaadin-framework-5df5c65fb412b9b94e2f8b8f465ec27d81ee7d8a.tar.gz
vaadin-framework-5df5c65fb412b9b94e2f8b8f465ec27d81ee7d8a.zip
Merge "Fixed typo in test causing test failures"
Diffstat (limited to 'uitest')
-rw-r--r--uitest/src/com/vaadin/tests/components/window/SubWindows.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/window/SubWindows.java b/uitest/src/com/vaadin/tests/components/window/SubWindows.java
index 28e130be1f..0ea6b8b21c 100644
--- a/uitest/src/com/vaadin/tests/components/window/SubWindows.java
+++ b/uitest/src/com/vaadin/tests/components/window/SubWindows.java
@@ -65,7 +65,7 @@ public class SubWindows extends TestBase {
{
VerticalLayout vl = new VerticalLayout();
- hl.setMargin(true);
+ vl.setMargin(true);
Window dialog = new Window("Dialog - undefined width", vl);
vl.addComponent(new TextField("Field 1"));