This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new e323b0724a Removed outdated comments
e323b0724a is described below

commit e323b0724a6899e675ff020e70bc7119ab47c04f
Author: Andriy Redko <drr...@gmail.com>
AuthorDate: Wed Dec 7 15:09:43 2022 -0500

    Removed outdated comments
---
 .../apache/cxf/systest/jaxws/websocket/ClientServerWebSocketTest.java  | 3 +--
 .../java/org/apache/cxf/systest/ws/addressing/DecoupledJMSTest.java    | 1 -
 .../java/org/apache/cxf/systest/ws/addressing/NonDecoupledJMSTest.java | 1 -
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git 
a/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/websocket/ClientServerWebSocketTest.java
 
b/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/websocket/ClientServerWebSocketTest.java
index e34c147ccf..ef2e3ab82d 100644
--- 
a/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/websocket/ClientServerWebSocketTest.java
+++ 
b/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/websocket/ClientServerWebSocketTest.java
@@ -54,8 +54,7 @@ import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
-//TODO: The CXF websocket transport needs either the
-//"Jetty WebSocket or Atmosphere dependencies to be available")
+
 public class ClientServerWebSocketTest extends AbstractBusClientServerTestBase 
{
     static final String PORT = allocatePort(Server.class);
 
diff --git 
a/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addressing/DecoupledJMSTest.java
 
b/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addressing/DecoupledJMSTest.java
index b9f0230483..c127db6db7 100644
--- 
a/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addressing/DecoupledJMSTest.java
+++ 
b/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addressing/DecoupledJMSTest.java
@@ -35,7 +35,6 @@ import static org.junit.Assert.assertTrue;
  * Tests the addition of WS-Addressing Message Addressing Properties
  * in the non-decoupled case.
  */
-//TODO: This test needs jms jakarta implementation is ready
 public class DecoupledJMSTest extends MAPTestBase {
     static final String PORT = allocatePort(DecoupledJMSTest.class);
     private static final String ADDRESS = 
"jms:jndi:dynamicQueues/testqueue0001?"
diff --git 
a/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addressing/NonDecoupledJMSTest.java
 
b/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addressing/NonDecoupledJMSTest.java
index 5e3ee43118..386521d4d4 100644
--- 
a/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addressing/NonDecoupledJMSTest.java
+++ 
b/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addressing/NonDecoupledJMSTest.java
@@ -35,7 +35,6 @@ import static org.junit.Assert.assertTrue;
  * Tests the addition of WS-Addressing Message Addressing Properties
  * in the non-decoupled case.
  */
-//TODO: This test needs jms jakarta implementation is ready
 public class NonDecoupledJMSTest extends MAPTestBase {
     static final String PORT = allocatePort(NonDecoupledJMSTest.class);
     private static final String ADDRESS = 
"jms:jndi:dynamicQueues/testqueue0002?"

Reply via email to