Author: markt
Date: Mon Mar 18 21:48:48 2013
New Revision: 1458029

URL: http://svn.apache.org/r1458029
Log:
Change class name so it isn't included in unit tests

Added:
    tomcat/trunk/test/org/apache/tomcat/websocket/TesterWsClientAutobahn.java
      - copied, changed from r1458028, 
tomcat/trunk/test/org/apache/tomcat/websocket/TestWsClientAutobahn.java
Removed:
    tomcat/trunk/test/org/apache/tomcat/websocket/TestWsClientAutobahn.java

Copied: 
tomcat/trunk/test/org/apache/tomcat/websocket/TesterWsClientAutobahn.java (from 
r1458028, 
tomcat/trunk/test/org/apache/tomcat/websocket/TestWsClientAutobahn.java)
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/websocket/TesterWsClientAutobahn.java?p2=tomcat/trunk/test/org/apache/tomcat/websocket/TesterWsClientAutobahn.java&p1=tomcat/trunk/test/org/apache/tomcat/websocket/TestWsClientAutobahn.java&r1=1458028&r2=1458029&rev=1458029&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/websocket/TestWsClientAutobahn.java 
(original)
+++ tomcat/trunk/test/org/apache/tomcat/websocket/TesterWsClientAutobahn.java 
Mon Mar 18 21:48:48 2013
@@ -33,7 +33,7 @@ import javax.websocket.WebSocketContaine
  * Runs the Autobahn test suite in client mode for testing the WebSocket client
  * implementation.
  */
-public class TestWsClientAutobahn {
+public class TesterWsClientAutobahn {
 
     private static final String HOST = "localhost";
     private static final int PORT = 9001;



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

Reply via email to