Author: alessio.soldano(a)jboss.com
Date: 2011-07-20 06:23:25 -0400 (Wed, 20 Jul 2011)
New Revision: 14717
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[AS7-1322] Preparing excludes for test (still to be merged)
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-07-20 10:14:32 UTC (rev 14716)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-07-20 10:23:25 UTC (rev 14717)
@@ -733,6 +733,9 @@
<exclude>org/jboss/test/ws/jaxws/cxf/jms/**</exclude>
<exclude>org/jboss/test/ws/jaxws/cxf/jms_http/**</exclude>
+ <!-- # [AS7-1322] Implemented on AS 7.0.1 or greater only -->
+
<exclude>org/jboss/test/ws/publish/EndpointPublishTestCase*</exclude>
+
</excludes>
</configuration>
</plugin>
@@ -887,6 +890,9 @@
<exclude>org/jboss/test/ws/jaxws/cxf/jms/**</exclude>
<exclude>org/jboss/test/ws/jaxws/cxf/jms_http/**</exclude>
+ <!-- # [AS7-1322] Implemented on AS 7.0.1 or greater only -->
+
<exclude>org/jboss/test/ws/publish/EndpointPublishTestCase*</exclude>
+
</excludes>
</configuration>
</plugin>
@@ -1070,6 +1076,10 @@
<!-- Former JMS endpoint functionalities replaced by SOAP-over-JMS on
AS7 -->
<exclude>org/jboss/test/ws/jaxws/samples/**/jmstransport/**</exclude>
+
+ <!-- # [AS7-1322] Implemented on AS 7.0.1 or greater only -->
+
<exclude>org/jboss/test/ws/publish/EndpointPublishTestCase*</exclude>
+
</excludes>
</configuration>
</plugin>
Show replies by date