diff options
Diffstat (limited to 'uitest/src/com/vaadin/tests/TestBench.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/TestBench.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/TestBench.java b/uitest/src/com/vaadin/tests/TestBench.java index fac98b3b8b..ca343b9e2a 100644 --- a/uitest/src/com/vaadin/tests/TestBench.java +++ b/uitest/src/com/vaadin/tests/TestBench.java @@ -24,10 +24,10 @@ import java.util.HashMap; import java.util.Iterator; import java.util.List; -import com.vaadin.LegacyApplication; import com.vaadin.data.Property; import com.vaadin.data.util.HierarchicalContainer; import com.vaadin.server.ExternalResource; +import com.vaadin.server.LegacyApplication; import com.vaadin.server.Page; import com.vaadin.server.Page.FragmentChangedEvent; import com.vaadin.ui.Component; @@ -51,7 +51,7 @@ import com.vaadin.ui.VerticalLayout; * @author Vaadin Ltd. * */ -public class TestBench extends com.vaadin.LegacyApplication implements +public class TestBench extends com.vaadin.server.LegacyApplication implements Property.ValueChangeListener { // Add here packages which are used for finding testable classes |