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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Apr 4 05:18:23 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-04-04 05:18:23 -0400 (Wed, 04 Apr 2012)
New Revision: 16088

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3478] Excluding test on AS 702 due to logging dependencies issues


Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2012-04-04 09:04:51 UTC (rev 16087)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2012-04-04 09:18:23 UTC (rev 16088)
@@ -741,6 +741,9 @@
                  <!-- # [AS7-3581] Fixed on AS 7.1.0 or greater only -->
                  <exclude>org/jboss/test/ws/jaxws/as3581/AS3581TestCase*</exclude>
 
+                 <!-- # [JBWS-3478] Issues with logging dependencies on AS 7.0.x -->
+                 <exclude>org/jboss/test/ws/jaxws/cxf/spring/ClientSpringAppTestCase*</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>



More information about the jbossws-commits mailing list