dicka 2005/06/15 03:46:35
Modified: c/build executeTest.xml
Log:
Resolve problem with test framework failing, due to missing configuration
file.
Submitted by: John Hawkins
Reviews by: Adrian Dick
Revision Changes Path
1.33 +1 -1 ws-axis/c/build/executeTest.xml
Index: executeTest.xml
===================================================================
RCS file: /home/cvs/ws-axis/c/build/executeTest.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- executeTest.xml 14 Jun 2005 16:55:43 -0000 1.32
+++ executeTest.xml 15 Jun 2005 10:46:35 -0000 1.33
@@ -190,7 +190,7 @@
<!--
Execute the test
-->
- <target name="executeTest" depends="setExpectations,setTestArgs"
+ <target name="executeTest" depends="setExpectations,setTestArgs,
createConfigurationFile"
if="successfulClientCompilation" unless="buildOnly">
<trycatch>