diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2014-06-27 10:52:01 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-07-02 17:43:42 +0000 |
commit | 32f6ea8dbaabca2617e7b99cea9c4ca42b8ac4f9 (patch) | |
tree | e6c101dde7219e3b41a8bb082ba59bfdf627c5c5 /uitest/src/com/vaadin/tests/push/PushConfigurationStreamingTest.java | |
parent | 90f66298c0c7179b22ebe4f78c95eba7fc432f4d (diff) | |
download | vaadin-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.java | 10 |
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 |