summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/tb3/MultiBrowserTestWithProxy.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/tb3/MultiBrowserTestWithProxy.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/tb3/MultiBrowserTestWithProxy.java')
-rwxr-xr-xuitest/src/com/vaadin/tests/tb3/MultiBrowserTestWithProxy.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/tb3/MultiBrowserTestWithProxy.java b/uitest/src/com/vaadin/tests/tb3/MultiBrowserTestWithProxy.java
index 1a1e507a4a..d600b5fef2 100755
--- a/uitest/src/com/vaadin/tests/tb3/MultiBrowserTestWithProxy.java
+++ b/uitest/src/com/vaadin/tests/tb3/MultiBrowserTestWithProxy.java
@@ -24,7 +24,9 @@ import org.junit.Before;
import com.jcraft.jsch.JSch;
import com.jcraft.jsch.JSchException;
import com.jcraft.jsch.Session;
+import com.vaadin.tests.annotations.TestCategory;
+@TestCategory("push")
public abstract class MultiBrowserTestWithProxy extends MultiBrowserTest {
private static AtomicInteger availablePort = new AtomicInteger(2000);