This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new bb80f82210 Re-enable tests
bb80f82210 is described below
commit bb80f8221030e476f57fc10c0ed4b6f80628285a
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Feb 13 11:12:02 2024 +0000
Re-enable tests
Recent improvements to APR stability appear to have fixed the issues
with these tests.
---
test/org/apache/tomcat/websocket/server/TestClose.java | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/test/org/apache/tomcat/websocket/server/TestClose.java
b/test/org/apache/tomcat/websocket/server/TestClose.java
index 97535709f3..052af7e9f7 100644
--- a/test/org/apache/tomcat/websocket/server/TestClose.java
+++ b/test/org/apache/tomcat/websocket/server/TestClose.java
@@ -34,7 +34,6 @@ import javax.websocket.Session;
import javax.websocket.server.ServerEndpointConfig;
import org.junit.Assert;
-import org.junit.Assume;
import org.junit.Before;
import org.junit.Test;
@@ -115,10 +114,6 @@ public class TestClose extends WebSocketBaseTest {
@Test
public void testTcpClose() throws Exception {
- // TODO
- Assume.assumeFalse("This test currently fails for APR",
-
getTomcatInstance().getConnector().getProtocolHandlerClassName().contains("Apr"));
-
startServer(TestEndpointConfig.class);
TesterWsClient client = new TesterWsClient("localhost", getPort());
@@ -178,10 +173,6 @@ public class TestClose extends WebSocketBaseTest {
@Test
public void testTcpCloseInOnMessage() throws Exception {
- // TODO
- Assume.assumeFalse("This test currently fails for APR",
-
getTomcatInstance().getConnector().getProtocolHandlerClassName().contains("Apr"));
-
startServer(TestEndpointConfig.class);
TesterWsClient client = new TesterWsClient("localhost", getPort());
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]