You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2015/06/13 09:32:46 UTC

svn commit: r1685216 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java

Author: remm
Date: Sat Jun 13 07:32:46 2015
New Revision: 1685216

URL: http://svn.apache.org/r1685216
Log:
Disable three WS tests for now: the assume session visibility on the client that shouldn't exist.

Modified:
    tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java

Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java?rev=1685216&r1=1685215&r2=1685216&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java Sat Jun 13 07:32:46 2015
@@ -604,7 +604,7 @@ public class TestWsWebSocketContainer ex
     }
 
 
-    @Test
+    // FIXME: The @Test looks invalid (each session will have a separate endpoint and shouldn't see each other)
     public void testGetOpenSessions() throws Exception {
         Tomcat tomcat = getTomcatInstance();
         // No file system docBase required
@@ -651,7 +651,7 @@ public class TestWsWebSocketContainer ex
     }
 
 
-    @Test
+    // FIXME: The @Test looks invalid (each session will have a separate endpoint and shouldn't see each other)
     public void testSessionExpiryContainer() throws Exception {
 
         Tomcat tomcat = getTomcatInstance();
@@ -708,7 +708,7 @@ public class TestWsWebSocketContainer ex
     }
 
 
-    @Test
+    // FIXME: The @Test looks invalid (each session will have a separate endpoint and shouldn't see each other)
     public void testSessionExpirySession() throws Exception {
 
         Tomcat tomcat = getTomcatInstance();



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org