This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 8fd82d8 Remove call to set property that no longer exists.
8fd82d8 is described below
commit 8fd82d83d64bdf45e28cc6c40cc71ed700d2814d
Author: Mark Thomas <[email protected]>
AuthorDate: Tue May 5 12:34:32 2020 +0100
Remove call to set property that no longer exists.
---
test/org/apache/catalina/startup/TomcatBaseTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/test/org/apache/catalina/startup/TomcatBaseTest.java
b/test/org/apache/catalina/startup/TomcatBaseTest.java
index e0757d8..332944e 100644
--- a/test/org/apache/catalina/startup/TomcatBaseTest.java
+++ b/test/org/apache/catalina/startup/TomcatBaseTest.java
@@ -126,7 +126,6 @@ public abstract class TomcatBaseTest extends
LoggingBaseTest {
AprLifecycleListener listener = new AprLifecycleListener();
listener.setSSLRandomSeed("/dev/urandom");
server.addLifecycleListener(listener);
- Assert.assertTrue(connector.setProperty("pollerThreadCount", "1"));
}
File catalinaBase = getTemporaryDirectory();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]