Author: markt
Date: Mon Feb 10 17:58:58 2014
New Revision: 1566692
URL: http://svn.apache.org/r1566692
Log:
Correct the comment
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java?rev=1566692&r1=1566691&r2=1566692&view=diff
==============================================================================
---
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
(original)
+++
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
Mon Feb 10 17:58:58 2014
@@ -149,8 +149,7 @@ public class TestWebSocketFrameClient ex
Assert.fail("No error reported by Endpoint when timeout was
expected");
}
- // Wait up to another 20 seconds for the connection to be closed -
- // should be a lot faster.
+ // Wait up to another 20 seconds for the connection to be closed
System.err.println("Waiting for connection to be closed");
count = 0;
limit = (TesterFirehoseServer.SEND_TIME_OUT_MILLIS * 4) / 100;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]