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 6bd66a6125 Fix cut and paste
6bd66a6125 is described below
commit 6bd66a61258c57ad9d7e675af494f6199ee9c4ce
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 412576fc59..7492599d0c 100644
--- a/build.xml
+++ b/build.xml
@@ -1927,7 +1927,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]