summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/push/BarInUIDLTest.java
diff options
context:
space:
mode:
authorSauli Tähkäpää <sauli@vaadin.com>2014-03-27 13:52:46 +0200
committerVaadin Code Review <review@vaadin.com>2014-03-28 08:55:13 +0000
commit3775a7ff907bdf59a1007ba61c97d8548b6e4535 (patch)
treeeaf1ab7875537cc479abf49ed874810842e7c99c /uitest/src/com/vaadin/tests/push/BarInUIDLTest.java
parent29e7df26ad034eacdbf37fc03985873aabda6576 (diff)
downloadvaadin-framework-3775a7ff907bdf59a1007ba61c97d8548b6e4535.tar.gz
vaadin-framework-3775a7ff907bdf59a1007ba61c97d8548b6e4535.zip
Added categories inclusion and exclusion feature to TB3TestSuite.
Added test category annotation. Added default values for properties. Added categories to tests. Change-Id: I04259f1e56a75eb8c9834c125f44cb375196ddf8
Diffstat (limited to 'uitest/src/com/vaadin/tests/push/BarInUIDLTest.java')
-rw-r--r--uitest/src/com/vaadin/tests/push/BarInUIDLTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/push/BarInUIDLTest.java b/uitest/src/com/vaadin/tests/push/BarInUIDLTest.java
index 840d653e1e..cd716dcaa3 100644
--- a/uitest/src/com/vaadin/tests/push/BarInUIDLTest.java
+++ b/uitest/src/com/vaadin/tests/push/BarInUIDLTest.java
@@ -19,8 +19,10 @@ import org.junit.Assert;
import org.junit.Test;
import org.openqa.selenium.WebElement;
+import com.vaadin.tests.annotations.TestCategory;
import com.vaadin.tests.tb3.MultiBrowserTest;
+@TestCategory("push")
public class BarInUIDLTest extends MultiBrowserTest {
@Test
public void sendBarInUIDL() {