You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2018/10/02 21:57:36 UTC

svn commit: r1842660 - /tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/Http2TestBase.java

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org