From 7ca9c22d765b054668dde691da71567c61db5533 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Sat, 8 Dec 2012 15:46:55 +0200 Subject: [PATCH] Reverted invalid null footer Change-Id: Id1586f040b7bf09680f45f59d31c7d90a754ee65 --- .../tests/components/customfield/AbstractNestedFormExample.java | 1 - 1 file changed, 1 deletion(-) diff --git a/uitest/src/com/vaadin/tests/components/customfield/AbstractNestedFormExample.java b/uitest/src/com/vaadin/tests/components/customfield/AbstractNestedFormExample.java index eb73e45616..07c740a96d 100644 --- a/uitest/src/com/vaadin/tests/components/customfield/AbstractNestedFormExample.java +++ b/uitest/src/com/vaadin/tests/components/customfield/AbstractNestedFormExample.java @@ -60,7 +60,6 @@ public abstract class AbstractNestedFormExample extends TestBase { if (event.getProperty().getValue() != null) { personForm = new NestedPersonForm((Person) event .getProperty().getValue(), embeddedAddress); - personForm.setFooter(null); personForm.setWidth("350px"); addComponent(personForm); } -- 2.39.5