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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jan 31 11:45:17 EST 2012


Author: alessio.soldano at jboss.com
Date: 2012-01-31 11:45:16 -0500 (Tue, 31 Jan 2012)
New Revision: 15551

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3422] Reviewing excludes and enabling passing tests


Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2012-01-31 16:37:14 UTC (rev 15550)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2012-01-31 16:45:16 UTC (rev 15551)
@@ -1245,7 +1245,7 @@
                   <testExcludes>
                     <exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
                     <!-- EJB3 client API dependencies -->
-                    <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
+                    <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase*</exclude>
                   </testExcludes>
                 </configuration>
                 <goals>
@@ -1279,9 +1279,6 @@
                  <!--# [CXF-2006] RespectBinding feature and not understood required extensibility elements-->
                  <exclude>org/jboss/test/ws/jaxws/jbws2449/**</exclude>
 
-                 <!--# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored-->
-                 <exclude>org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*</exclude>
-
                  <!--# [JBWS-2561] XOP request not properly inlined-->
                  <exclude>org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*</exclude>
 
@@ -1301,8 +1298,8 @@
                  <!-- AS7 integration exclusions -->
                  <!-- ////////////////////////// -->
 
-                 <!-- TODO: tests using org.jboss.ejb3.client.ClientLauncher -->
-                 <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
+                 <!-- TODO: tests using org.jboss.ejb3.client.ClientLauncher // also see compile exclude above -->
+                 <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase*</exclude>
 
                  <!-- # [JBWS-3249] Restore UsernameAuthorizationCustomFileTestCase on AS7 -->
                  <exclude>org/jboss/test/ws/jaxws/samples/wsse/UsernameAuthorizationCustomFileTestCase*</exclude>
@@ -1316,7 +1313,6 @@
 
                  <!-- # TODO: remote JNDI support (non EJB objects) -->
                  <exclude>org/jboss/test/ws/jaxrpc/samples/secureejb/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxrpc/samples/serviceref/ServiceRefEJBTestCase*</exclude>
 
               </excludes>
             </configuration>



More information about the jbossws-commits mailing list