aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/layouts
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/layouts
parentcc3ddcac953a087b09ae330ff37126dcd5ec727f (diff)
downloadvaadin-framework-4019f7d03a1d8437a24ccadc562c30f99da5efe0.tar.gz
vaadin-framework-4019f7d03a1d8437a24ccadc562c30f99da5efe0.zip
Rename LegacyApplication -> Application (#9402)
Diffstat (limited to 'uitest/src/com/vaadin/tests/layouts')
-rw-r--r--uitest/src/com/vaadin/tests/layouts/GridLayoutInsidePanel2.java4
-rw-r--r--uitest/src/com/vaadin/tests/layouts/layouttester/GridLayoutTests.java4
-rw-r--r--uitest/src/com/vaadin/tests/layouts/layouttester/HorizontalLayoutTests.java4
-rw-r--r--uitest/src/com/vaadin/tests/layouts/layouttester/VerticalLayoutTests.java4
4 files changed, 8 insertions, 8 deletions
diff --git a/uitest/src/com/vaadin/tests/layouts/GridLayoutInsidePanel2.java b/uitest/src/com/vaadin/tests/layouts/GridLayoutInsidePanel2.java
index df34dc2f66..66248d7a5b 100644
--- a/uitest/src/com/vaadin/tests/layouts/GridLayoutInsidePanel2.java
+++ b/uitest/src/com/vaadin/tests/layouts/GridLayoutInsidePanel2.java
@@ -1,12 +1,12 @@
package com.vaadin.tests.layouts;
-import com.vaadin.LegacyApplication;
+import com.vaadin.Application;
import com.vaadin.ui.GridLayout;
import com.vaadin.ui.Label;
import com.vaadin.ui.Layout;
import com.vaadin.ui.UI.LegacyWindow;
-public class GridLayoutInsidePanel2 extends LegacyApplication {
+public class GridLayoutInsidePanel2 extends Application {
private Layout layout;
diff --git a/uitest/src/com/vaadin/tests/layouts/layouttester/GridLayoutTests.java b/uitest/src/com/vaadin/tests/layouts/layouttester/GridLayoutTests.java
index ddf79989f1..8da94feb7f 100644
--- a/uitest/src/com/vaadin/tests/layouts/layouttester/GridLayoutTests.java
+++ b/uitest/src/com/vaadin/tests/layouts/layouttester/GridLayoutTests.java
@@ -2,7 +2,7 @@ package com.vaadin.tests.layouts.layouttester;
import java.util.Date;
-import com.vaadin.LegacyApplication;
+import com.vaadin.Application;
import com.vaadin.server.Resource;
import com.vaadin.server.SystemError;
import com.vaadin.server.ThemeResource;
@@ -32,7 +32,7 @@ public class GridLayoutTests extends AbstractLayoutTests {
private AbstractComponent rc1, col1, col2, col3, row1, row2, row3, x3, x22;
- public GridLayoutTests(LegacyApplication application) {
+ public GridLayoutTests(Application application) {
super();
}
diff --git a/uitest/src/com/vaadin/tests/layouts/layouttester/HorizontalLayoutTests.java b/uitest/src/com/vaadin/tests/layouts/layouttester/HorizontalLayoutTests.java
index 2525a5e620..0042f0ba11 100644
--- a/uitest/src/com/vaadin/tests/layouts/layouttester/HorizontalLayoutTests.java
+++ b/uitest/src/com/vaadin/tests/layouts/layouttester/HorizontalLayoutTests.java
@@ -1,6 +1,6 @@
package com.vaadin.tests.layouts.layouttester;
-import com.vaadin.LegacyApplication;
+import com.vaadin.Application;
import com.vaadin.server.Resource;
import com.vaadin.server.SystemError;
import com.vaadin.server.ThemeResource;
@@ -26,7 +26,7 @@ import com.vaadin.ui.themes.Reindeer;
public class HorizontalLayoutTests extends AbstractLayoutTests {
- public HorizontalLayoutTests(LegacyApplication application) {
+ public HorizontalLayoutTests(Application application) {
super();
}
diff --git a/uitest/src/com/vaadin/tests/layouts/layouttester/VerticalLayoutTests.java b/uitest/src/com/vaadin/tests/layouts/layouttester/VerticalLayoutTests.java
index 0322178ac8..3e668289fe 100644
--- a/uitest/src/com/vaadin/tests/layouts/layouttester/VerticalLayoutTests.java
+++ b/uitest/src/com/vaadin/tests/layouts/layouttester/VerticalLayoutTests.java
@@ -1,6 +1,6 @@
package com.vaadin.tests.layouts.layouttester;
-import com.vaadin.LegacyApplication;
+import com.vaadin.Application;
import com.vaadin.server.Resource;
import com.vaadin.server.SystemError;
import com.vaadin.server.ThemeResource;
@@ -26,7 +26,7 @@ import com.vaadin.ui.VerticalLayout;
public class VerticalLayoutTests extends AbstractLayoutTests {
- public VerticalLayoutTests(LegacyApplication application) {
+ public VerticalLayoutTests(Application application) {
super();
}