Author: markt
Date: Thu May 8 19:23:22 2014
New Revision: 1593391
URL: http://svn.apache.org/r1593391
Log:
Work around intermittent unit test failures on OSX.
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/TesterSupport.java
Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TesterSupport.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/net/TesterSupport.java?rev=1593391&r1=1593390&r2=1593391&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/net/TesterSupport.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/util/net/TesterSupport.java Thu May 8
19:23:22 2014
@@ -133,7 +133,7 @@ public final class TesterSupport {
// Disabled by default in 1.1.20 windows binary (2010-07-27)
return false;
}
- if (protocol.contains("NioProtocol")) {
+ if (protocol.contains("NioProtocol") ||
protocol.contains("Nio2Protocol")) {
// Doesn't work on all platforms - see BZ 56448.
return false;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]