hawkeye 2004/09/08 06:03:57
Modified: c test.xml
Log:
Added support for target language to recently merged stuff.
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.6 +4 -4 ws-axis/c/test.xml
Index: test.xml
===================================================================
RCS file: /home/cvs/ws-axis/c/test.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- test.xml 8 Sep 2004 12:45:01 -0000 1.5
+++ test.xml 8 Sep 2004 13:03:57 -0000 1.6
@@ -420,7 +420,7 @@
<arg line="-l ${monitorPort}"/>
<arg line="-p ${testPort}"/>
<arg line="-h ${testHost}"/>
- <arg line="-o ${dir.test.generated}/${testName}/tcpm.out"/>
+ <arg line="-o ${dir.test.generated}/${client.lang}/${testName}/tcpm.out"/>
<classpath>
<pathelement location="${basedir}/tests/utils/monitor/monitor.jar"/>
</classpath>
@@ -430,9 +430,9 @@
<!-- Wait for jvm to start monitor program -->
<sleep seconds="5"/>
<!-- Run the client test -->
- <exec executable="${dir.test.generated}/${testName}/${testName}"
- dir="${dir.test.generated}/${testName}" output="${results.file}"
- error="${dir.test.generated}/${testName}/${testName}.err"
+ <exec executable="${dir.test.generated}/${client.lang}/${testName}/${testName}"
+ dir="${dir.test.generated}/${client.lang}/${testName}" output="${results.file}"
+ error="${dir.test.generated}/${client.lang}/${testName}/${testName}.err"
failifexecutionfails="false" vmlauncher="false">
<arg line="-p ${monitorPort}"/>
<arg line="-s localhost"/>
|