This is an automated email from the ASF dual-hosted git repository.
markt 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 6f80d5da92 Fix copy/paste error
6f80d5da92 is described below
commit 6f80d5da92ba080b42d763508b43a1c09df5f0da
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]