diff options
author | Artur Signell <artur@vaadin.com> | 2012-11-26 23:42:05 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-11-26 23:45:46 +0200 |
commit | 148bfdaf0101016afffe815609a01e1f21d218f2 (patch) | |
tree | a6708e44380212048d819a4287baa2d77f3143d0 /uitest | |
parent | 57ad5b2fbe98af98b48f3f82ef19a2656cf5328e (diff) | |
download | vaadin-framework-148bfdaf0101016afffe815609a01e1f21d218f2.tar.gz vaadin-framework-148bfdaf0101016afffe815609a01e1f21d218f2.zip |
Fixed typo in test causing test failures
Change-Id: Idc2fa9a72348b152b52605a9e97df4bd5079a43f
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")); |