diff options
author | Artur Signell <artur@vaadin.com> | 2012-11-06 18:11:50 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-11-06 18:11:50 +0200 |
commit | 00863079b2fda73b5737de747fb10a4570dd9557 (patch) | |
tree | 10d7dc2024bb5b022252d264c78cbdb6ce9ef1c5 /uitest/src/com/vaadin/tests/TestBench.java | |
parent | 9f441030134a04f551c147c569ddce92e1cec9f6 (diff) | |
download | vaadin-framework-00863079b2fda73b5737de747fb10a4570dd9557.tar.gz vaadin-framework-00863079b2fda73b5737de747fb10a4570dd9557.zip |
Moved classes from com.vaadin to com.vaadin.server (#10145)
Change-Id: Ica48f1d5edbefde0ef8afca0c2774fe122a6c8ad
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 |