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

remm 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 ae7361e  Fix message about UDS available
ae7361e is described below

commit ae7361e30ae38bba998eacd340f8fdbbbf23a72f
Author: remm <r...@apache.org>
AuthorDate: Fri Jan 22 10:41:20 2021 +0100

    Fix message about UDS available
---
 test/org/apache/tomcat/util/net/TestXxxEndpoint.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/org/apache/tomcat/util/net/TestXxxEndpoint.java 
b/test/org/apache/tomcat/util/net/TestXxxEndpoint.java
index 4cbd8b2..9b9476f 100644
--- a/test/org/apache/tomcat/util/net/TestXxxEndpoint.java
+++ b/test/org/apache/tomcat/util/net/TestXxxEndpoint.java
@@ -203,10 +203,9 @@ public class TestXxxEndpoint extends TomcatBaseTest {
 
     @Test
     public void testUnixDomainSocket() throws Exception {
-
         Tomcat tomcat = getTomcatInstance();
         Connector c = tomcat.getConnector();
-        Assume.assumeTrue("SSL renegotiation has to be supported for this 
test",
+        Assume.assumeTrue("NIO Unix domain sockets have to be supported for 
this test",
                 c.getProtocolHandlerClassName().contains("Nio")
                 && JreCompat.isJre16Available());
 


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

Reply via email to