Seen on Windows too (less frequently)
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 1 Jul 2011 10:03:04 +0000 (10:03 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 1 Jul 2011 10:03:04 +0000 (10:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1141895 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/catalina/startup/TomcatBaseTest.java

index 1c22e0e..6dffa07 100644 (file)
@@ -126,7 +126,7 @@ public abstract class TomcatBaseTest extends TestCase {
 
         Connector connector = new Connector(protocol);
         // If each test is running on same port - they
-        // may interfere with each other (on unix at least)
+        // may interfere with each other
         connector.setPort(getNextPort());
         // Mainly set to reduce timeouts during async tests
         connector.setAttribute("connectionTimeout", "3000");