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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Mar 7 05:58:23 EST 2011


Author: alessio.soldano at jboss.com
Date: 2011-03-07 05:58:23 -0500 (Mon, 07 Mar 2011)
New Revision: 13856

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3205] excluding test


Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2011-03-04 22:05:04 UTC (rev 13855)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2011-03-07 10:58:23 UTC (rev 13856)
@@ -662,6 +662,9 @@
 
                 <!--# Seems MSFT interop. endpoints are down :(-->
                 <exclude>org/jboss/test/ws/jaxws/cxf/interop/wstrust10/**</exclude>
+
+                <!-- # [JBWS-3205] JDKLogManager not used -->
+                <exclude>org/jboss/test/ws/jaxws/cxf/logging/JDKLoggingTestCase*</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -798,6 +801,9 @@
 
                  <!--# Seems MSFT interop. endpoints are down :(-->
                  <exclude>org/jboss/test/ws/jaxws/cxf/interop/wstrust10/**</exclude>
+
+                 <!-- # [JBWS-3205] JDKLogManager not used -->
+                 <exclude>org/jboss/test/ws/jaxws/cxf/logging/JDKLoggingTestCase*</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -984,6 +990,9 @@
                  <exclude>org/jboss/test/ws/jaxws/smoke/tools/*ScriptTestCase*</exclude>
                  <exclude>org/jboss/test/ws/jaxws/smoke/tools/WSRunClientTestCase*</exclude>
 
+                 <!-- # [JBWS-3205] JDKLogManager not used -->
+                 <exclude>org/jboss/test/ws/jaxws/cxf/logging/JDKLoggingTestCase*</exclude>
+
                  <!-- # [JBWS-3225] jbossws console not yet available -->
                  <exclude>org/jboss/test/ws/console/**</exclude>
 



More information about the jbossws-commits mailing list