[jbossws-commits] JBossWS SVN: r16513 - stack/cxf/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jul 23 07:39:22 EDT 2012


Author: richard.opalka at jboss.com
Date: 2012-07-23 07:39:22 -0400 (Mon, 23 Jul 2012)
New Revision: 16513

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-2397] removing obsolete JBossWS Native specific test

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2012-07-23 11:34:46 UTC (rev 16512)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2012-07-23 11:39:22 UTC (rev 16513)
@@ -635,9 +635,6 @@
                  <!--# [JBWS-2480] Soap attachments are dropped on server response-->
                  <exclude>org/jboss/test/ws/jaxws/jbws1283/**</exclude>
 
-                 <!--# [JBWS-2397] Fix jbws1797 testcase-->
-                 <exclude>org/jboss/test/ws/jaxws/jbws1797/**</exclude>
-
                  <!-- TODO: tests using org.jboss.ejb3.client.ClientLauncher // also see compile exclude above -->
                  <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase*</exclude>
 
@@ -705,9 +702,6 @@
                  <!--# [JBWS-2480] Soap attachments are dropped on server response-->
                  <exclude>org/jboss/test/ws/jaxws/jbws1283/**</exclude>
 
-                 <!--# [JBWS-2397] Fix jbws1797 testcase-->
-                 <exclude>org/jboss/test/ws/jaxws/jbws1797/**</exclude>
-
                  <!-- # [JBWS-3493] WS-Trust tests w/ PicketLink STS require PL 2.1.2.Final or greater -->
                  <exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustPicketLinkTestCase*</exclude>
                  <exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/PicketLinkSTService*</exclude>
@@ -765,9 +759,6 @@
                  <!--# [JBWS-2480] Soap attachments are dropped on server response-->
                  <exclude>org/jboss/test/ws/jaxws/jbws1283/**</exclude>
 
-                 <!--# [JBWS-2397] Fix jbws1797 testcase-->
-                 <exclude>org/jboss/test/ws/jaxws/jbws1797/**</exclude>
-
                  <!-- # [JBWS-3493] WS-Trust tests w/ PicketLink STS require PL 2.1.2.Final or greater -->
                  <exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustPicketLinkTestCase*</exclude>
 
@@ -825,9 +816,6 @@
                  <!--# [JBWS-2480] Soap attachments are dropped on server response-->
                  <exclude>org/jboss/test/ws/jaxws/jbws1283/**</exclude>
 
-                 <!--# [JBWS-2397] Fix jbws1797 testcase-->
-                 <exclude>org/jboss/test/ws/jaxws/jbws1797/**</exclude>
-
                  <!-- # [JBWS-3493] WS-Trust tests w/ PicketLink STS require PL 2.1.2.Final or greater -->
                  <exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustPicketLinkTestCase*</exclude>
 



More information about the jbossws-commits mailing list