This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new a72713ff15 Fix copy/paste error
a72713ff15 is described below
commit a72713ff15d1350b4e773da1a352c02b92d067ef
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Jun 26 15:25:43 2024 +0100
Fix copy/paste error
---
test/org/apache/catalina/core/TestAprLifecycleListener.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/org/apache/catalina/core/TestAprLifecycleListener.java
b/test/org/apache/catalina/core/TestAprLifecycleListener.java
index fa7fd319ba..27653f58be 100644
--- a/test/org/apache/catalina/core/TestAprLifecycleListener.java
+++ b/test/org/apache/catalina/core/TestAprLifecycleListener.java
@@ -71,7 +71,7 @@ public class TestAprLifecycleListener {
Tomcat tomcat2 = new Tomcat();
Path base2 = Files.createTempDirectory(tmpDir, "tomcat2-");
- tomcat1.setBaseDir(base2.toAbsolutePath().toString());
+ tomcat2.setBaseDir(base2.toAbsolutePath().toString());
tomcat2.setPort(0);
TesterSupport.initSsl(tomcat2);
TesterSupport.configureSSLImplementation(tomcat2,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]