aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests
diff options
context:
space:
mode:
authorSauli Tähkäpää <sauli@vaadin.com>2014-04-08 10:16:09 +0300
committerVaadin Code Review <review@vaadin.com>2014-04-08 07:59:56 +0000
commit49771e5a68316ff6cff1db57c328332988f24fb7 (patch)
treeb1aff3bfb71847cb5bd00ad0302155c290907f57 /uitest/src/com/vaadin/tests
parente3a07d6cb576e10dc79b68aff347ddab5cafe558 (diff)
downloadvaadin-framework-49771e5a68316ff6cff1db57c328332988f24fb7.tar.gz
vaadin-framework-49771e5a68316ff6cff1db57c328332988f24fb7.zip
Added push test category to PushLargeDataLongPollingTest.
Change-Id: I4019f3b36ec7e8234ed2c7fb330db41c7213cc84
Diffstat (limited to 'uitest/src/com/vaadin/tests')
-rw-r--r--uitest/src/com/vaadin/tests/push/PushLargeDataLongPollingTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/push/PushLargeDataLongPollingTest.java b/uitest/src/com/vaadin/tests/push/PushLargeDataLongPollingTest.java
index 534c5287bb..34150ea5af 100644
--- a/uitest/src/com/vaadin/tests/push/PushLargeDataLongPollingTest.java
+++ b/uitest/src/com/vaadin/tests/push/PushLargeDataLongPollingTest.java
@@ -19,8 +19,10 @@ import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.support.ui.ExpectedConditions;
+import com.vaadin.tests.annotations.TestCategory;
import com.vaadin.tests.tb3.MultiBrowserTest;
+@TestCategory("push")
public class PushLargeDataLongPollingTest extends MultiBrowserTest {
@Test