summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/AbstractTestCase.java
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-05 15:45:16 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-05 15:45:16 +0300
commit3ddaf280d61642742dff3f4a63376d0eedca5abf (patch)
treea0054ad801c4085a2310fa92d1cea1cfe82d6ffb /uitest/src/com/vaadin/tests/components/AbstractTestCase.java
parentde3ac989c85451767510917822463353bcab71cd (diff)
downloadvaadin-framework-3ddaf280d61642742dff3f4a63376d0eedca5abf.tar.gz
vaadin-framework-3ddaf280d61642742dff3f4a63376d0eedca5abf.zip
Move LegacyApplication to its own file (#9402)
Diffstat (limited to 'uitest/src/com/vaadin/tests/components/AbstractTestCase.java')
-rw-r--r--uitest/src/com/vaadin/tests/components/AbstractTestCase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/components/AbstractTestCase.java b/uitest/src/com/vaadin/tests/components/AbstractTestCase.java
index f51c74d4a8..6f539af016 100644
--- a/uitest/src/com/vaadin/tests/components/AbstractTestCase.java
+++ b/uitest/src/com/vaadin/tests/components/AbstractTestCase.java
@@ -1,10 +1,10 @@
package com.vaadin.tests.components;
-import com.vaadin.Application;
+import com.vaadin.LegacyApplication;
import com.vaadin.server.ApplicationContext;
import com.vaadin.server.WebBrowser;
-public abstract class AbstractTestCase extends Application.LegacyApplication {
+public abstract class AbstractTestCase extends LegacyApplication {
protected abstract String getDescription();