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
commit df5d4b9e23b5c6e2ff47bd286a31d2d094fb2c26 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jan 3 10:44:54 2024 +0000 Refactor so test doesn't appear as skipped --- ...inerWithProxy.java => TesterWsWebSocketContainerWithProxy.java} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/org/apache/tomcat/websocket/TestWsWebSocketContainerWithProxy.java b/test/org/apache/tomcat/websocket/TesterWsWebSocketContainerWithProxy.java similarity index 91% rename from test/org/apache/tomcat/websocket/TestWsWebSocketContainerWithProxy.java rename to test/org/apache/tomcat/websocket/TesterWsWebSocketContainerWithProxy.java index f7f4c6a03e..8b6e452a92 100644 --- a/test/org/apache/tomcat/websocket/TestWsWebSocketContainerWithProxy.java +++ b/test/org/apache/tomcat/websocket/TesterWsWebSocketContainerWithProxy.java @@ -19,10 +19,11 @@ package org.apache.tomcat.websocket; import org.junit.Assert; import org.junit.Before; import org.junit.BeforeClass; -import org.junit.Ignore; -@Ignore // Additional infrastructure is required to run this test -public class TestWsWebSocketContainerWithProxy extends TestWsWebSocketContainer { +/* + * Additional infrastructure (a reverse proxy) is required to run this test. + */ +public class TesterWsWebSocketContainerWithProxy extends TestWsWebSocketContainer { @BeforeClass public static void init() { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org