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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Nov 27 08:04:13 EST 2012


Author: richard.opalka at jboss.com
Date: 2012-11-27 08:04:12 -0500 (Tue, 27 Nov 2012)
New Revision: 17043

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
enabling tests again

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2012-11-27 09:49:36 UTC (rev 17042)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2012-11-27 13:04:12 UTC (rev 17043)
@@ -656,10 +656,6 @@
 
                  <!--# [JBWS-3441] Support CDI interceptors for POJO JAX-WS services  -->
                  <exclude>org/jboss/test/ws/jaxws/jbws3441/**</exclude>
-
-                 <!--# [CXF-4653] CXF continuations portability issue -->
-                 <exclude>org/jboss/test/ws/jaxws/cxf/continuations/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/samples/asynch/**</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -718,10 +714,6 @@
 
                  <!--# [JBWS-3441] Support CDI interceptors for POJO JAX-WS services  -->
                  <exclude>org/jboss/test/ws/jaxws/jbws3441/**</exclude>
-
-                 <!--# [CXF-4653] CXF continuations portability issue -->
-                 <exclude>org/jboss/test/ws/jaxws/cxf/continuations/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/samples/asynch/**</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -780,10 +772,6 @@
 
                  <!--# [JBWS-3441] Support CDI interceptors for POJO JAX-WS services  -->
                  <exclude>org/jboss/test/ws/jaxws/jbws3441/**</exclude>
-
-                 <!--# [CXF-4653] CXF continuations portability issue -->
-                 <exclude>org/jboss/test/ws/jaxws/cxf/continuations/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/samples/asynch/**</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -837,10 +825,6 @@
 
                  <!-- # Tests migrated from JBossWS-Native specific testsuite which are meant to pass with JBossWS-CXF too, but are still to be fixed -->
                  <exclude>org/jboss/test/ws/jaxws/jbws2978/**</exclude>
-
-                 <!--# [CXF-4653] CXF continuations portability issue -->
-                 <exclude>org/jboss/test/ws/jaxws/cxf/continuations/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/samples/asynch/**</exclude>
               </excludes>
             </configuration>
           </plugin>



More information about the jbossws-commits mailing list