Author: rjung
Date: Tue Oct  2 21:57:35 2018
New Revision: 1842660

URL: http://svn.apache.org/viewvc?rev=1842660&view=rev
Log:
Fix typo in message.

Backport of r1842659 from trunk.

Modified:
    tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/Http2TestBase.java

Modified: tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/Http2TestBase.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/Http2TestBase.java?rev=1842660&r1=1842659&r2=1842660&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/Http2TestBase.java 
(original)
+++ tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/Http2TestBase.java Tue 
Oct  2 21:57:35 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",
                     System.getProperty("os.name").startsWith("Windows"));
         }
     }



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

Reply via email to