diff options
author | Henri Sara <hesara@vaadin.com> | 2012-11-27 09:19:36 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-11-27 09:19:36 +0000 |
commit | 5df5c65fb412b9b94e2f8b8f465ec27d81ee7d8a (patch) | |
tree | 32b8bc32ec238f62fa52c506164b40504870d949 /uitest | |
parent | 2cdea6eb5b00e9c54eb3ce28176c203e60c31232 (diff) | |
parent | 148bfdaf0101016afffe815609a01e1f21d218f2 (diff) | |
download | vaadin-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.java | 2 |
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")); |