summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/push/SendMultibyteCharactersLongPollingTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/src/com/vaadin/tests/push/SendMultibyteCharactersLongPollingTest.java')
-rw-r--r--uitest/src/com/vaadin/tests/push/SendMultibyteCharactersLongPollingTest.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/uitest/src/com/vaadin/tests/push/SendMultibyteCharactersLongPollingTest.java b/uitest/src/com/vaadin/tests/push/SendMultibyteCharactersLongPollingTest.java
deleted file mode 100644
index c00f95a950..0000000000
--- a/uitest/src/com/vaadin/tests/push/SendMultibyteCharactersLongPollingTest.java
+++ /dev/null
@@ -1,10 +0,0 @@
-package com.vaadin.tests.push;
-
-public class SendMultibyteCharactersLongPollingTest extends
- SendMultibyteCharactersTest {
-
- @Override
- protected String getTransport() {
- return "long-polling";
- }
-}