pauldick 02/03/06 14:00:25 Modified: test test.properties Log: Added perf.xsltc properties Revision Changes Path 1.46 +17 -2 xml-xalan/test/test.properties Index: test.properties =================================================================== RCS file: /home/cvs/xml-xalan/test/test.properties,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- test.properties 6 Mar 2002 17:49:32 -0000 1.45 +++ test.properties 6 Mar 2002 22:00:25 -0000 1.46 @@ -185,6 +185,13 @@ bugzilla.outputDir=results-bugzilla/ bugzilla.logFile=results-bugzilla/results.xml +#---- Special: used to run performance tests, which use a specific fileList format ---- +threads.inputDir=tests/perf +threads.goldDir=tests/perf-gold +threads.outputDir=results-perf/ +threads.logFile=results-perf/results.xml +threads.fileList=perf.filelist + #---- Special: used to run extensions Testlets and tests ---- extensions.inputDir=tests/extensions extensions.goldDir=tests/extensions-gold @@ -195,7 +202,15 @@ #---- Special: used in conf.xsltc target temporarily ---- conf.xsltc.inputDir=tests/conf conf.xsltc.goldDir=tests/conf-gold -conf.xsltc.outputDir=results-conf -conf.xsltc.logFile=results-conf/results.xml +conf.xsltc.outputDir=results-conf_xsltc +conf.xsltc.logFile=results-conf_xsltc/results.xml + +#---- Special: used in perf.xsltc target temporarily ---- +perf.xsltc.inputDir=tests/perf +perf.xsltc.goldDir=tests/perf-gold +perf.xsltc.outputDir=results-perf_xsltc +perf.xsltc.logFile=results-perf_xsltc/results.xml +perf.xsltc.testlet=org.apache.qetest.xsl.PerfTestlet + # End of File
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
