[jbossws-commits] JBossWS SVN: r4780 - in stack/native/trunk: src/test/resources and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Oct 17 04:56:48 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-10-17 04:56:48 -0400 (Wed, 17 Oct 2007)
New Revision: 4780

Modified:
   stack/native/trunk/ant-import-tests/build-testsuite.xml
   stack/native/trunk/src/test/resources/test-excludes-jboss50.txt
Log:
JBWS-1852 Failed to create a new SAX parser

Modified: stack/native/trunk/ant-import-tests/build-testsuite.xml
===================================================================
--- stack/native/trunk/ant-import-tests/build-testsuite.xml	2007-10-17 07:53:51 UTC (rev 4779)
+++ stack/native/trunk/ant-import-tests/build-testsuite.xml	2007-10-17 08:56:48 UTC (rev 4780)
@@ -179,10 +179,8 @@
 			<classpath location="${tests.output.dir}/resources/jaxws/samples/wssecurityAnnotatedpolicy"/>
 		</taskdef>
 
-    <!-- JBWS-1852 Failed to create a new SAX parser
 		<wsprovide resourcedestdir="${tests.output.dir}/wsprovide/resources/jaxws/samples/wssecurity" genwsdl="true" sei="org.jboss.test.ws.jaxws.samples.wssecurity.HelloJavaBean" verbose="true"/>
 		<wsprovide resourcedestdir="${tests.output.dir}/wsprovide/resources/jaxws/samples/wssecurityAnnotatedpolicy" genwsdl="true" sei="org.jboss.test.ws.jaxws.samples.wssecurityAnnotatedpolicy.HelloJavaBean"/>
-    -->
 	</target>
 
 	<target name="tests-compile-generated-resources" depends="servicegen,wstools,wsprovide">

Modified: stack/native/trunk/src/test/resources/test-excludes-jboss50.txt
===================================================================
--- stack/native/trunk/src/test/resources/test-excludes-jboss50.txt	2007-10-17 07:53:51 UTC (rev 4779)
+++ stack/native/trunk/src/test/resources/test-excludes-jboss50.txt	2007-10-17 08:56:48 UTC (rev 4780)
@@ -3,10 +3,4 @@
 org/jboss/test/ws/jaxrpc/jbws128/JBWS128TestCase.*
 org/jboss/test/ws/jaxrpc/jbws153/JBWS153TestCase.*
 org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/*TestCase.*
-org/jboss/test/ws/jaxrpc/wsdlpublish/**
-
-# [JBWS-1852] Failed to create a new SAX parser
-org/jboss/test/ws/jaxws/samples/wssecurity/*
-org/jboss/test/ws/jaxws/samples/wssecurityAnnotatedpolicy/*
-
-
+org/jboss/test/ws/jaxrpc/wsdlpublish/**
\ No newline at end of file




More information about the jbossws-commits mailing list