You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/04/27 17:03:12 UTC

svn commit: r1590402 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java

Author: kkolinko
Date: Sun Apr 27 15:03:11 2014
New Revision: 1590402

URL: http://svn.apache.org/r1590402
Log:
Followup to r1590377
s/Wait/Waited/ and be more detailed

Modified:
    tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java

Modified: tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java?rev=1590402&r1=1590401&r2=1590402&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java (original)
+++ tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java Sun Apr 27 15:03:11 2014
@@ -306,7 +306,8 @@ public class TestCoyoteAdapter extends T
             Thread.sleep(250);
             count ++;
         }
-        System.err.println("Wait for " + (count * 250) + "ms");
+        System.err.println("Waited for servlet thread to stop for "
+                + (count * 250) + " ms");
 
         Assert.assertTrue(servlet.isCompleted());
     }



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