]> source.dussan.org Git - vaadin-framework.git/commitdiff
Test fix now that FormLayout margins work again. (#14890)
authorAnna Koskinen <anna@vaadin.com>
Wed, 22 Oct 2014 08:26:52 +0000 (11:26 +0300)
committerSauli Tähkäpää <sauli@vaadin.com>
Wed, 29 Oct 2014 08:35:38 +0000 (10:35 +0200)
Change-Id: Ifa7d4ae9d36c1180a5c635833a9a13ad576d5c70

uitest/src/com/vaadin/tests/themes/valo/DateFields.java

index 5a752cd985851c9ccacd97cda07581ad52f53bc5..4b29f8362132ccf41c60046d8c18cb45c71c329b 100644 (file)
@@ -203,6 +203,7 @@ public class DateFields extends VerticalLayout implements View {
         item.addItemProperty("date", new ObjectProperty<Date>(getDefaultDate()));
 
         FormLayout form = new FormLayout();
+        form.setMargin(false);
 
         FieldGroup binder = new FieldGroup(item);
         form.addComponent(binder.buildAndBind(