Author: sebb
Date: Tue Feb 9 17:51:08 2010
New Revision: 908130
URL: http://svn.apache.org/viewvc?rev=908130&view=rev
Log:
Oops - comparing the wrong files
Modified:
jakarta/jmeter/trunk/build.xml
Modified: jakarta/jmeter/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=908130&r1=908129&r2=908130&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Tue Feb 9 17:51:08 2010
@@ -1753,12 +1753,16 @@
</condition>
<fail unless="BatchTestLocal.csv.OK">
CSV Files are not identical.
+ ${batchtest.inp}/${batchtest.name}.csv
+ ${batchtest.out}/${batchtest.name}.csv
</fail>
<condition property="BatchTestLocal.xml.OK">
- <filesmatch file1="${batchtest.inp}/${batchtest.name}.csv"
file2="${batchtest.out}/${batchtest.name}.csv"/>
+ <filesmatch file1="${batchtest.inp}/${batchtest.name}.xml"
file2="${batchtest.out}/${batchtest.name}.xml"/>
</condition>
<fail unless="BatchTestLocal.xml.OK">
XML Files are not identical.
+ ${batchtest.inp}/${batchtest.name}.xml
+ ${batchtest.out}/${batchtest.name}.xml
</fail>
<echo level="info">${batchtest.name} output files compared OK</echo>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]