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

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


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

commit d2bcdf5ec83c565fb69ef5e222dd4a45ce009858
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 a24255c..03f7009 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