summaryrefslogtreecommitdiffstats
path: root/server/tests/src
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-11-06 18:11:50 +0200
committerArtur Signell <artur@vaadin.com>2012-11-06 18:11:50 +0200
commit00863079b2fda73b5737de747fb10a4570dd9557 (patch)
tree10d7dc2024bb5b022252d264c78cbdb6ce9ef1c5 /server/tests/src
parent9f441030134a04f551c147c569ddce92e1cec9f6 (diff)
downloadvaadin-framework-00863079b2fda73b5737de747fb10a4570dd9557.tar.gz
vaadin-framework-00863079b2fda73b5737de747fb10a4570dd9557.zip
Moved classes from com.vaadin to com.vaadin.server (#10145)
Change-Id: Ica48f1d5edbefde0ef8afca0c2774fe122a6c8ad
Diffstat (limited to 'server/tests/src')
-rw-r--r--server/tests/src/com/vaadin/server/TestAbstractApplicationServletStaticFilesLocation.java1
-rw-r--r--server/tests/src/com/vaadin/tests/server/component/ui/CustomUIClassLoader.java2
-rw-r--r--server/tests/src/com/vaadin/tests/server/component/window/AddRemoveSubWindow.java2
3 files changed, 2 insertions, 3 deletions
diff --git a/server/tests/src/com/vaadin/server/TestAbstractApplicationServletStaticFilesLocation.java b/server/tests/src/com/vaadin/server/TestAbstractApplicationServletStaticFilesLocation.java
index cd64622392..5f9269c6e3 100644
--- a/server/tests/src/com/vaadin/server/TestAbstractApplicationServletStaticFilesLocation.java
+++ b/server/tests/src/com/vaadin/server/TestAbstractApplicationServletStaticFilesLocation.java
@@ -13,7 +13,6 @@ import javax.servlet.http.HttpServletRequest;
import junit.framework.TestCase;
-import com.vaadin.DefaultDeploymentConfiguration;
public class TestAbstractApplicationServletStaticFilesLocation extends TestCase {
diff --git a/server/tests/src/com/vaadin/tests/server/component/ui/CustomUIClassLoader.java b/server/tests/src/com/vaadin/tests/server/component/ui/CustomUIClassLoader.java
index 82b9944371..71749ed964 100644
--- a/server/tests/src/com/vaadin/tests/server/component/ui/CustomUIClassLoader.java
+++ b/server/tests/src/com/vaadin/tests/server/component/ui/CustomUIClassLoader.java
@@ -8,7 +8,7 @@ import junit.framework.TestCase;
import org.easymock.EasyMock;
-import com.vaadin.DefaultDeploymentConfiguration;
+import com.vaadin.server.DefaultDeploymentConfiguration;
import com.vaadin.server.DefaultUIProvider;
import com.vaadin.server.DeploymentConfiguration;
import com.vaadin.server.UIClassSelectionEvent;
diff --git a/server/tests/src/com/vaadin/tests/server/component/window/AddRemoveSubWindow.java b/server/tests/src/com/vaadin/tests/server/component/window/AddRemoveSubWindow.java
index 0ba1ce0859..031b332ee7 100644
--- a/server/tests/src/com/vaadin/tests/server/component/window/AddRemoveSubWindow.java
+++ b/server/tests/src/com/vaadin/tests/server/component/window/AddRemoveSubWindow.java
@@ -6,7 +6,7 @@ import static org.junit.Assert.assertTrue;
import org.junit.Test;
-import com.vaadin.LegacyApplication;
+import com.vaadin.server.LegacyApplication;
import com.vaadin.server.VaadinServiceSession;
import com.vaadin.ui.LegacyWindow;
import com.vaadin.ui.UI;