aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/push/PushConfigurationStreamingTest.java
diff options
context:
space:
mode:
authorSauli Tähkäpää <sauli@vaadin.com>2014-06-27 10:52:01 +0300
committerVaadin Code Review <review@vaadin.com>2014-07-02 17:43:42 +0000
commit32f6ea8dbaabca2617e7b99cea9c4ca42b8ac4f9 (patch)
treee6c101dde7219e3b41a8bb082ba59bfdf627c5c5 /uitest/src/com/vaadin/tests/push/PushConfigurationStreamingTest.java
parent90f66298c0c7179b22ebe4f78c95eba7fc432f4d (diff)
downloadvaadin-framework-32f6ea8dbaabca2617e7b99cea9c4ca42b8ac4f9.tar.gz
vaadin-framework-32f6ea8dbaabca2617e7b99cea9c4ca42b8ac4f9.zip
Fix PushConfigurationLongPollingTest.
Change-Id: I49516f311315d3c84a177ec6bd937e1241e67351
Diffstat (limited to 'uitest/src/com/vaadin/tests/push/PushConfigurationStreamingTest.java')
-rw-r--r--uitest/src/com/vaadin/tests/push/PushConfigurationStreamingTest.java10
1 files changed, 3 insertions, 7 deletions
diff --git a/uitest/src/com/vaadin/tests/push/PushConfigurationStreamingTest.java b/uitest/src/com/vaadin/tests/push/PushConfigurationStreamingTest.java
index 0861e618a2..f5c015ad12 100644
--- a/uitest/src/com/vaadin/tests/push/PushConfigurationStreamingTest.java
+++ b/uitest/src/com/vaadin/tests/push/PushConfigurationStreamingTest.java
@@ -15,16 +15,12 @@
*/
package com.vaadin.tests.push;
-import static org.hamcrest.CoreMatchers.containsString;
-import static org.hamcrest.CoreMatchers.not;
-import static org.hamcrest.MatcherAssert.assertThat;
-
-import java.util.List;
-
import org.junit.Test;
-import org.openqa.selenium.remote.DesiredCapabilities;
import org.openqa.selenium.support.ui.Select;
+import static org.hamcrest.CoreMatchers.containsString;
+import static org.hamcrest.MatcherAssert.assertThat;
+
public class PushConfigurationStreamingTest extends PushConfigurationTest {
@Test