curcuru 01/12/20 10:21:22
Modified: test build.xml
Log:
Add target to call new conferr / StylesheetErrorTestlet tests
Revision Changes Path
1.29 +5 -0 xml-xalan/test/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/test/build.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- build.xml 2001/12/14 22:48:36 1.28
+++ build.xml 2001/12/20 18:21:21 1.29
@@ -578,6 +578,11 @@
<param name="conf.outputDir"
value="${alltest.resultDir}/stream"/>
<param name="conf.logFile"
value="${alltest.resultDir}/stream/results.xml"/>
</antcall>
+ <antcall target="conferr">
+ <param name="conferr.flavor" value="trax.systemId"/>
+ <param name="conferr.outputDir"
value="${alltest.resultDir}/conferr"/>
+ <param name="conferr.logFile"
value="${alltest.resultDir}/conferr/results.xml"/>
+ </antcall>
<!-- Run various other sets of conf-like tests -->
<antcall target="perf">
<param name="perf.outputDir" value="${alltest.resultDir}/perf"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]