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
commit 080b9d43dcf3281280e37fcfe59eddb09d19886c Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jun 26 13:49:22 2024 +0100 Fix IDE warning --- test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java b/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java index 3a8145ff0d..aa429ca917 100644 --- a/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java +++ b/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java @@ -98,6 +98,7 @@ public class TestOpenSSLConf extends TomcatBaseTest { StandardServer server = (StandardServer) tomcat.getServer(); server.addLifecycleListener(listener); } + Assert.assertNotNull("Test configuragiton error: Invalid sslImplementationName", listener); // Initialize only the listener as the OpenSSL version is not available before listener.lifecycleEvent(new LifecycleEvent(tomcat.getServer(), Lifecycle.BEFORE_INIT_EVENT, null)); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org