]> source.dussan.org Git - vaadin-framework.git/commitdiff
Swap incorrect transport protocols
authorArtur Signell <artur@vaadin.com>
Tue, 3 Sep 2013 13:21:12 +0000 (16:21 +0300)
committerArtur Signell <artur@vaadin.com>
Tue, 3 Sep 2013 13:21:12 +0000 (16:21 +0300)
Change-Id: Ifbd17815fc27486729a5f51b284966526bffbc62

uitest/src/com/vaadin/tests/integration/IntegrationTestStreaming.java
uitest/src/com/vaadin/tests/integration/IntegrationTestWebsocket.java

index b48d5a3acdd72791fa410937f063f889b693061c..c88e74457bc4195aeec000babc29848255becb04 100644 (file)
@@ -28,7 +28,7 @@ import com.vaadin.shared.ui.ui.Transport;
  * @since 7.1
  * @author Vaadin Ltd
  */
-@Push(transport = Transport.WEBSOCKET)
+@Push(transport = Transport.STREAMING)
 public class IntegrationTestStreaming extends IntegrationTestUI {
 
 }
index 639bb6cbf0576ce870717f5f94fee8252001d6c0..883310a7fb9e10f54d648fd5d467c1fb6734752f 100644 (file)
@@ -28,7 +28,7 @@ import com.vaadin.shared.ui.ui.Transport;
  * @since 7.1
  * @author Vaadin Ltd
  */
-@Push(transport = Transport.STREAMING)
+@Push(transport = Transport.WEBSOCKET)
 public class IntegrationTestWebsocket extends IntegrationTestUI {
 
 }