[jbossws-commits] JBossWS SVN: r14626 - stack/native/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Jun 24 04:16:30 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-06-24 04:16:30 -0400 (Fri, 24 Jun 2011)
New Revision: 14626

Modified:
   stack/native/trunk/modules/testsuite/pom.xml
Log:
update excludes - only 1 of 3 tests is failing in this directory

Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml	2011-06-24 07:59:09 UTC (rev 14625)
+++ stack/native/trunk/modules/testsuite/pom.xml	2011-06-24 08:16:30 UTC (rev 14626)
@@ -834,7 +834,7 @@
 
                  <!-- TODO: implement EJB security integration -->
                  <exclude>org/jboss/test/ws/jaxws/jbws1991/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxws/jbws1988/**</exclude>
+                 <exclude>org/jboss/test/ws/jaxws/jbws1988/UsernameAuthTestCase*</exclude>
                  <exclude>org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase*</exclude>
 
                  <!-- TODO: tests using org.jboss.ejb3.annotation.SecurityDomain -->



More information about the jbossws-commits mailing list