]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed typo in test causing test failures 94/394/1
authorArtur Signell <artur@vaadin.com>
Mon, 26 Nov 2012 21:42:05 +0000 (23:42 +0200)
committerArtur Signell <artur@vaadin.com>
Mon, 26 Nov 2012 21:45:46 +0000 (23:45 +0200)
Change-Id: Idc2fa9a72348b152b52605a9e97df4bd5079a43f

uitest/src/com/vaadin/tests/components/window/SubWindows.java

index 28e130be1f4f700888ac9960880b50c96cd5aee0..0ea6b8b21ca51b4d241d6574081c1a11200f5560 100644 (file)
@@ -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"));