JBossWS SVN: r17919 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2013-09-13 10:39:33 -0400 (Fri, 13 Sep 2013)
New Revision: 17919
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[CXF-5197] Removing exclusions
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2013-09-13 14:33:16 UTC (rev 17918)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2013-09-13 14:39:33 UTC (rev 17919)
@@ -669,10 +669,6 @@
<!--# [JBWS-3679] @WebServiceRef injection of co-located client with no specified wsdlLocation is not working -->
<exclude>org/jboss/test/ws/jaxws/cxf/jbws3679/**</exclude>
- <!--# [CXF-5197] No Java extensionType found to represent {http://www.w3.org/2006/05/addressing/wsdl}UsingAddressing -->
- <exclude>org/jboss/test/ws/jaxws/samples/wsa/AddressingTestCase*</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws2960/JBWS2960TestCase*</exclude>
-
<!-- Manually setup KDC before run this test-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude>
</excludes>
@@ -743,10 +739,6 @@
<!--# [JBWS-3679] @WebServiceRef injection of co-located client with no specified wsdlLocation is not working -->
<exclude>org/jboss/test/ws/jaxws/cxf/jbws3679/**</exclude>
- <!--# [CXF-5197] No Java extensionType found to represent {http://www.w3.org/2006/05/addressing/wsdl}UsingAddressing -->
- <exclude>org/jboss/test/ws/jaxws/samples/wsa/AddressingTestCase*</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws2960/JBWS2960TestCase*</exclude>
-
<!-- Manually setup KDC before run this test-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude>
</excludes>
@@ -814,10 +806,6 @@
<!--# [JBWS-3679] @WebServiceRef injection of co-located client with no specified wsdlLocation is not working -->
<exclude>org/jboss/test/ws/jaxws/cxf/jbws3679/**</exclude>
- <!--# [CXF-5197] No Java extensionType found to represent {http://www.w3.org/2006/05/addressing/wsdl}UsingAddressing -->
- <exclude>org/jboss/test/ws/jaxws/samples/wsa/AddressingTestCase*</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws2960/JBWS2960TestCase*</exclude>
-
<!-- Manually setup KDC before run this test-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude>
</excludes>
@@ -885,10 +873,6 @@
<!--# [JBWS-3679] @WebServiceRef injection of co-located client with no specified wsdlLocation is not working -->
<exclude>org/jboss/test/ws/jaxws/cxf/jbws3679/**</exclude>
- <!--# [CXF-5197] No Java extensionType found to represent {http://www.w3.org/2006/05/addressing/wsdl}UsingAddressing -->
- <exclude>org/jboss/test/ws/jaxws/samples/wsa/AddressingTestCase*</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws2960/JBWS2960TestCase*</exclude>
-
<!-- # [WFLY-2019] Upgrade PicketLink to 2.5.1.Final incomplete (missing org.picketlink module) -->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustPicketLinkTestCase*</exclude>