Author: kkolinko
Date: Mon Nov 4 23:29:40 2013
New Revision: 1538803
URL: http://svn.apache.org/r1538803
Log:
Followup to r1538084
Add a comment on the new class. (Copied the text from the commit message).
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/TesterConnectionLimit.java
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/TesterConnectionLimit.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/websocket/TesterConnectionLimit.java?rev=1538803&r1=1538802&r2=1538803&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/websocket/TesterConnectionLimit.java
(original)
+++ tomcat/trunk/test/org/apache/tomcat/websocket/TesterConnectionLimit.java
Mon Nov 4 23:29:40 2013
@@ -37,6 +37,10 @@ import org.apache.tomcat.websocket.Teste
public class TesterConnectionLimit extends TomcatBaseTest{
+ /**
+ * Simple test to see how many outgoing connections can be created on a
+ * single machine.
+ */
@Test
public void testSingleMachine() throws Exception {
Tomcat tomcat = getTomcatInstance();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]