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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Mar 29 08:05:33 EDT 2012


Author: ropalka
Date: 2012-03-29 08:05:33 -0400 (Thu, 29 Mar 2012)
New Revision: 16067

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3474] updating excludes

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2012-03-29 12:02:55 UTC (rev 16066)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2012-03-29 12:05:33 UTC (rev 16067)
@@ -741,6 +741,9 @@
                  <!-- # [AS7-3581] Fixed on AS 7.1.0 or greater only -->
                  <exclude>org/jboss/test/ws/jaxws/as3581/AS3581TestCase*</exclude>
 
+                 <!-- # The following tests need to be fixed on Apache CXF side. They were fixed in Native. -->
+                 <exclude>org/jboss/test/ws/jaxws/jbws2978/**</exclude>
+                 <exclude>org/jboss/test/ws/jaxws/jbws3124/**</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -965,6 +968,9 @@
                  <!-- # TODO: remote JNDI support (non EJB objects) -->
                  <exclude>org/jboss/test/ws/jaxrpc/samples/secureejb/**</exclude>
 
+                 <!-- # The following tests need to be fixed on Apache CXF side. They were fixed in Native. -->
+                 <exclude>org/jboss/test/ws/jaxws/jbws2978/**</exclude>
+                 <exclude>org/jboss/test/ws/jaxws/jbws3124/**</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -1185,6 +1191,10 @@
 
                  <!-- # TODO: JAXR not available -->
                  <exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
+
+                 <!-- # The following tests need to be fixed on Apache CXF side. They were fixed in Native. -->
+                 <exclude>org/jboss/test/ws/jaxws/jbws2978/**</exclude>
+                 <exclude>org/jboss/test/ws/jaxws/jbws3124/**</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -1405,6 +1415,10 @@
 
                  <!-- # TODO: JAXR not available -->
                  <exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
+
+                 <!-- # The following tests need to be fixed on Apache CXF side. They were fixed in Native. -->
+                 <exclude>org/jboss/test/ws/jaxws/jbws2978/**</exclude>
+                 <exclude>org/jboss/test/ws/jaxws/jbws3124/**</exclude>
               </excludes>
             </configuration>
           </plugin>



More information about the jbossws-commits mailing list