summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/AbstractTestCase.java
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-05 19:32:27 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-05 19:32:27 +0300
commit4019f7d03a1d8437a24ccadc562c30f99da5efe0 (patch)
treeda2acd7754b028172a102980fe67195563f82b8c /uitest/src/com/vaadin/tests/components/AbstractTestCase.java
parentcc3ddcac953a087b09ae330ff37126dcd5ec727f (diff)
downloadvaadin-framework-4019f7d03a1d8437a24ccadc562c30f99da5efe0.tar.gz
vaadin-framework-4019f7d03a1d8437a24ccadc562c30f99da5efe0.zip
Rename LegacyApplication -> Application (#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 356b130433..7556976d00 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.LegacyApplication;
+import com.vaadin.Application;
import com.vaadin.server.VaadinSession;
import com.vaadin.server.WebBrowser;
-public abstract class AbstractTestCase extends LegacyApplication {
+public abstract class AbstractTestCase extends Application {
protected abstract String getDescription();