From 3ddaf280d61642742dff3f4a63376d0eedca5abf Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Wed, 5 Sep 2012 15:45:16 +0300 Subject: Move LegacyApplication to its own file (#9402) --- uitest/src/com/vaadin/tests/components/AbstractTestCase.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uitest/src/com/vaadin/tests/components/AbstractTestCase.java') 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(); -- cgit v1.2.3