diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2014-04-08 10:16:09 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-04-08 07:59:56 +0000 |
commit | 49771e5a68316ff6cff1db57c328332988f24fb7 (patch) | |
tree | b1aff3bfb71847cb5bd00ad0302155c290907f57 /uitest/src/com/vaadin/tests | |
parent | e3a07d6cb576e10dc79b68aff347ddab5cafe558 (diff) | |
download | vaadin-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.java | 2 |
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 |