Author: alessio.soldano(a)jboss.com
Date: 2011-12-14 20:31:49 -0500 (Wed, 14 Dec 2011)
New Revision: 15387
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[AS7-2961] Excluding test on AS 7.0.x
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-12-15 01:27:25 UTC (rev 15386)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-12-15 01:31:49 UTC (rev 15387)
@@ -1113,6 +1113,9 @@
<!-- # [AS7-1322] Implemented on AS 7.1.0 or greater only -->
<exclude>org/jboss/test/ws/publish/EndpointPublishTestCase*</exclude>
+ <!-- # [AS7-2961] Fixed on AS 7.1.0 or greater only -->
+
<exclude>org/jboss/test/ws/jaxws/as2961/AS2961TestCase*</exclude>
+
</excludes>
</configuration>
</plugin>
@@ -1298,6 +1301,9 @@
<!-- # [AS7-1322] Implemented on AS 7.1.0 or greater only -->
<exclude>org/jboss/test/ws/publish/EndpointPublishTestCase*</exclude>
+ <!-- # [AS7-2961] Fixed on AS 7.1.0 or greater only -->
+
<exclude>org/jboss/test/ws/jaxws/as2961/AS2961TestCase*</exclude>
+
</excludes>
</configuration>
</plugin>
@@ -1483,6 +1489,9 @@
<!-- # [AS7-1322] Implemented on AS 7.1.0 or greater only -->
<exclude>org/jboss/test/ws/publish/EndpointPublishTestCase*</exclude>
+ <!-- # [AS7-2961] Fixed on AS 7.1.0 or greater only -->
+
<exclude>org/jboss/test/ws/jaxws/as2961/AS2961TestCase*</exclude>
+
</excludes>
</configuration>
</plugin>