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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Aug 6 20:46:27 EDT 2014


Author: jim.ma
Date: 2014-08-06 20:46:27 -0400 (Wed, 06 Aug 2014)
New Revision: 18826

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Temporarily exclude JBWS3809TestCase.Enable it after backport fix to WFLY8.x integration layer

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2014-08-06 07:18:31 UTC (rev 18825)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2014-08-07 00:46:27 UTC (rev 18826)
@@ -703,6 +703,9 @@
 
                  <!-- Enable it after backport change to wilfly800 ASIL -->
                  <exclude>org/jboss/test/ws/jaxws/samples/session/*TestCase*</exclude>
+
+                 <!-- Enable it after backport change to wilfly800 ASIL ? -->
+                 <exclude>org/jboss/test/ws/jaxws/cxf/jbws3809/*TestCase*</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -791,8 +794,12 @@
 
                  <!-- Manually setup KDC before run this test-->
                  <exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude>
+
                  <!-- Enable it after backport change to wilfly810 ASIL -->
                  <exclude>org/jboss/test/ws/jaxws/samples/session/*TestCase*</exclude>
+
+                 <!-- Enable it after backport change to wilfly810 ASIL ? -->
+                 <exclude>org/jboss/test/ws/jaxws/cxf/jbws3809/*TestCase*</exclude>
               </excludes>
             </configuration>
           </plugin>



More information about the jbossws-commits mailing list