aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2014-03-28 13:31:04 +0200
committerTeemu Suo-Anttila <teemusa@vaadin.com>2014-03-28 13:31:04 +0200
commit7082a94eb08aad2995e0d7c585b1196cbe0264c4 (patch)
tree3c9710af18b9ccf7436fdcad66ecf5a5b80485f7 /uitest/src/com/vaadin/tests/components
parent3869b27779a1a4f88c94b06503cf0ceeee7c7a70 (diff)
downloadvaadin-framework-7082a94eb08aad2995e0d7c585b1196cbe0264c4.tar.gz
vaadin-framework-7082a94eb08aad2995e0d7c585b1196cbe0264c4.zip
Remove accidental RunLocally annotation
Change-Id: Ibd341ce141cd9674e9ed0ebd9068d02b08840ed9
Diffstat (limited to 'uitest/src/com/vaadin/tests/components')
-rw-r--r--uitest/src/com/vaadin/tests/components/table/AddSelectionToRemovedRange.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/components/table/AddSelectionToRemovedRange.java b/uitest/src/com/vaadin/tests/components/table/AddSelectionToRemovedRange.java
index d54a8b467a..104380c96c 100644
--- a/uitest/src/com/vaadin/tests/components/table/AddSelectionToRemovedRange.java
+++ b/uitest/src/com/vaadin/tests/components/table/AddSelectionToRemovedRange.java
@@ -19,7 +19,6 @@ import java.util.Set;
import com.vaadin.server.VaadinRequest;
import com.vaadin.tests.components.AbstractTestUI;
-import com.vaadin.tests.tb3.AbstractTB3Test.RunLocally;
import com.vaadin.ui.Button;
import com.vaadin.ui.Notification;
import com.vaadin.ui.Notification.Type;
@@ -34,7 +33,6 @@ import com.vaadin.ui.VerticalLayout;
* @author Vaadin Ltd
*/
@SuppressWarnings("serial")
-@RunLocally()
public class AddSelectionToRemovedRange extends AbstractTestUI {
@Override