Author: rjung
Date: Tue Oct 2 21:56:26 2018
New Revision: 1842659
URL: http://svn.apache.org/viewvc?rev=1842659&view=rev
Log:
Fix typo in message.
Modified:
tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java
Modified: tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java?rev=1842659&r1=1842658&r2=1842659&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java (original)
+++ tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java Tue Oct 2
21:56:26 2018
@@ -837,7 +837,7 @@ public abstract class Http2TestBase exte
Assume.assumeTrue("This test is only expected to trigger an
exception with NIO2",
connector.getProtocolHandlerClassName().contains("Nio2"));
- Assume.assumeTrue("This test is only expected to trigger an
exception on Windo9ws",
+ Assume.assumeTrue("This test is only expected to trigger an
exception on Windows",
isWindows());
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]