tomj 02/02/26 14:23:43
Modified: java/test/wsdl Wsdl2javaTestSuite.xml
Log:
Delete round trip work directories to prevent errors when repeating the test.
Revision Changes Path
1.79 +2 -0 xml-axis/java/test/wsdl/Wsdl2javaTestSuite.xml
Index: Wsdl2javaTestSuite.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/Wsdl2javaTestSuite.xml,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- Wsdl2javaTestSuite.xml 22 Feb 2002 18:51:50 -0000 1.78
+++ Wsdl2javaTestSuite.xml 26 Feb 2002 22:23:43 -0000 1.79
@@ -104,6 +104,8 @@
<!-- Roundtrip Test -->
<!-- To test Java Value Types, copy over the base and subclasses -->
+ <delete dir="${build.dir}/classes/test/wsdl/roundtrip"/>
+ <delete dir="${build.dir}/work/test/wsdl/roundtrip"/>
<copy todir="${build.dir}/work/test/wsdl/roundtrip" overwrite="yes">
<fileset dir="${test.dir}/wsdl/roundtrip">
<include name="RoundtripPortType.java"/>