This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new e6ec4ca  Trigger a CI to check Travis build stability
e6ec4ca is described below

commit e6ec4cae74073b101d7460ac023d3730ff029486
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

Reply via email to