From 781fc2a5e8e213b4d135de13c9b1c2a185eec025 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 14 Mar 2013 16:30:31 +0200 Subject: Deprecated TestBase to avoid new tests which are LegacyApplications Change-Id: Ic4bc242b6d2707e7a856256ca7eeddc4efd9eb83 --- uitest/src/com/vaadin/tests/components/TestBase.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/uitest/src/com/vaadin/tests/components/TestBase.java b/uitest/src/com/vaadin/tests/components/TestBase.java index d267d80669..15f39f6e5d 100644 --- a/uitest/src/com/vaadin/tests/components/TestBase.java +++ b/uitest/src/com/vaadin/tests/components/TestBase.java @@ -6,6 +6,12 @@ import com.vaadin.ui.Label; import com.vaadin.ui.LegacyWindow; import com.vaadin.ui.VerticalLayout; +/** + * + * @deprecated Use {@link AbstractTestUI} or {@link AbstractTestUIWithLog} + * instead. TestBase is a LegacyApplication + */ +@Deprecated public abstract class TestBase extends AbstractTestCase { @Override -- cgit v1.2.3