Author: markt
Date: Sun Jan 20 18:48:56 2013
New Revision: 1435910

URL: http://svn.apache.org/viewvc?rev=1435910&view=rev
Log:
Disable test. The client implementation is not ready for this yet.

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=1435910&r1=1435909&r2=1435910&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java 
(original)
+++ tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java 
Sun Jan 20 18:48:56 2013
@@ -32,7 +32,7 @@ import javax.websocket.Session;
 import javax.websocket.WebSocketContainer;
 
 import org.junit.Assert;
-import org.junit.Test;
+//import org.junit.Test;
 
 import org.apache.catalina.startup.Tomcat;
 import org.apache.catalina.startup.TomcatBaseTest;
@@ -41,7 +41,7 @@ public class TestWsWebSocketContainer ex
 
     private static final String MESSAGE_STRING_1 = "qwerty";
 
-    @Test
+    //@Test Disable until client implementation progresses
     public void testConnectToServerEndpoint() throws Exception {
         // Examples app includes WebSocket Echo endpoint
         Tomcat tomcat = getTomcatInstance();



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

Reply via email to