From 42c86ae274b041650b0745755167cb668ba4ae8d Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 21 May 2012 16:19:24 +0300 Subject: [PATCH] Added generic test for FormLayout --- .../tests/components/formlayout/FormLayouts.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 tests/testbench/com/vaadin/tests/components/formlayout/FormLayouts.java diff --git a/tests/testbench/com/vaadin/tests/components/formlayout/FormLayouts.java b/tests/testbench/com/vaadin/tests/components/formlayout/FormLayouts.java new file mode 100755 index 0000000000..e247ce95f7 --- /dev/null +++ b/tests/testbench/com/vaadin/tests/components/formlayout/FormLayouts.java @@ -0,0 +1,16 @@ +/* +@VaadinApache2LicenseForJavaFiles@ + */ +package com.vaadin.tests.components.formlayout; + +import com.vaadin.tests.components.AbstractOrderedLayoutTest; +import com.vaadin.ui.FormLayout; + +public class FormLayouts extends AbstractOrderedLayoutTest { + + @Override + protected Class getTestClass() { + return FormLayout.class; + } + +} -- 2.39.5