diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2014-03-27 13:52:46 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-03-28 08:55:13 +0000 |
commit | 3775a7ff907bdf59a1007ba61c97d8548b6e4535 (patch) | |
tree | eaf1ab7875537cc479abf49ed874810842e7c99c /uitest/src/com/vaadin/tests/push/IdlePushChannelTest.java | |
parent | 29e7df26ad034eacdbf37fc03985873aabda6576 (diff) | |
download | vaadin-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/IdlePushChannelTest.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/push/IdlePushChannelTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/push/IdlePushChannelTest.java b/uitest/src/com/vaadin/tests/push/IdlePushChannelTest.java index 4dcc8a680d..95a916f72d 100644 --- a/uitest/src/com/vaadin/tests/push/IdlePushChannelTest.java +++ b/uitest/src/com/vaadin/tests/push/IdlePushChannelTest.java @@ -18,8 +18,10 @@ package com.vaadin.tests.push; import org.junit.Assert; import org.junit.Test; +import com.vaadin.tests.annotations.TestCategory; import com.vaadin.tests.tb3.MultiBrowserTest; +@TestCategory("push") public abstract class IdlePushChannelTest extends MultiBrowserTest { private static final int SEVEN_MINUTES_IN_MS = 7 * 60 * 1000; |