From: Artur Signell Date: Mon, 26 Nov 2012 21:42:05 +0000 (+0200) Subject: Fixed typo in test causing test failures X-Git-Tag: 7.0.0.beta11~128^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=148bfdaf0101016afffe815609a01e1f21d218f2;p=vaadin-framework.git Fixed typo in test causing test failures Change-Id: Idc2fa9a72348b152b52605a9e97df4bd5079a43f --- 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"));