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

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


The following commit(s) were added to refs/heads/main by this push:
     new 718e5448b6 Fix cut and paste
718e5448b6 is described below

commit 718e5448b62b7758aeff2d12acd1bd501d029597
Author: remm <[email protected]>
AuthorDate: Thu Jun 20 12:05:42 2024 +0200

    Fix cut and paste
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index fe5f54cccf..aa84b9d681 100644
--- a/build.xml
+++ b/build.xml
@@ -1980,7 +1980,7 @@
 
   <target name="test-only-nio" description="Runs the JUnit test cases or NIO 
without test preparations. Does not stop on errors."
           depends="setup-jacoco,test-openssl-exists" if="${execute.test.nio}">
-    <runtests protocol="org.apache.coyote.http11.Http11Nio2Protocol"
+    <runtests protocol="org.apache.coyote.http11.Http11NioProtocol"
               extension=".NIO" />
   </target>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to