This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 5a9e743 Trigger a CI to check Travis build stability 5a9e743 is described below commit 5a9e7437dbd54ce43adc92e11c6c8bd46245cee2 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Aug 21 19:25:38 2020 +0100 Trigger a CI to check Travis build stability --- test/org/apache/tomcat/util/http/TestMimeHeadersIntegration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/tomcat/util/http/TestMimeHeadersIntegration.java b/test/org/apache/tomcat/util/http/TestMimeHeadersIntegration.java index b697dd7..2b2291c 100644 --- a/test/org/apache/tomcat/util/http/TestMimeHeadersIntegration.java +++ b/test/org/apache/tomcat/util/http/TestMimeHeadersIntegration.java @@ -95,7 +95,7 @@ public class TestMimeHeadersIntegration extends TomcatBaseTest { Assert.assertEquals("OK", client.getResponseBody()); } else { alv.validateAccessLog(1, 400, 0, 3000); - // Connection aborted or response 400 + // Connection cancelled or response 400 Assert.assertTrue("Response line is: " + client.getResponseLine(), client.getResponseLine() == null || client.isResponse400()); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org