Author: richard.opalka(a)jboss.com
Date: 2011-02-18 07:21:35 -0500 (Fri, 18 Feb 2011)
New Revision: 13771
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBAS-8871][JBW-3223][JBWS-3226][JBWS-3227][JBWS-3228][JBWS-3229][JBWS-3230][JBWS-3231]
updating test excludes
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-18 10:54:25 UTC (rev 13770)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-18 12:21:35 UTC (rev 13771)
@@ -903,9 +903,35 @@
<exclude>org/jboss/test/ws/jaxws/smoke/tools/*ScriptTestCase*</exclude>
<exclude>org/jboss/test/ws/jaxws/smoke/tools/WSRunClientTestCase*</exclude>
+ <!-- # [JBWS-3223] proper CL for WEB & EJBs to include WS
functionality -->
+
<exclude>org/jboss/test/ws/jaxws/endpoint/EndpointTestCase*</exclude>
+ <exclude>org/jboss/test/ws/jaxws/cxf/endorse/**</exclude>
+
<!-- # [JBWS-3225] jbossws console not yet available -->
<exclude>org/jboss/test/ws/console/**</exclude>
+ <!-- # [JBWS-3226] jboss-service.xml not matching AS7 format -->
+ <exclude>org/jboss/test/ws/jaxws/jbws1854/**</exclude>
+
+ <!-- # [JBWS-3227] handles config file not found on classpath -->
+ <exclude>org/jboss/test/ws/jaxws/jbws3034/**</exclude>
+
+ <!-- # [JBWS-3228] seems we need to use woodstox for WS endpoints?
-->
+
<exclude>org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/samples/httpbinding/HttpJAXBTestCase*</exclude>
+
+ <!-- # [JBWS-3229] DOMUtils issue on test classpath - probably
missing xercesImpl on CP? -->
+ <exclude>org/jboss/test/ws/jaxws/jbws2960/**</exclude>
+
+ <!-- # [JBWS-3230] WS RM namespace issue -->
+
<exclude>org/jboss/test/ws/jaxws/samples/wsrm/client/WSReliableMessagingWithAPITestCase*</exclude>
+
+ <!-- # [JBWS-3231] not satisfied policy alternatives -->
+
<exclude>org/jboss/test/ws/jaxws/samples/mtom/MtomTestCase*</exclude>
+
+ <!-- # [JBAS-8871] AS7 undeployment issue -->
+ <exclude>org/jboss/test/ws/saaj/jbws3084/**</exclude>
+
<!-- # [JBAS-8891] Parse issue on web.xml -->
<exclude>org/jboss/test/ws/jaxws/jbws3140/**</exclude>
Show replies by date