curcuru 01/09/12 13:02:47 Modified: test test.properties Log: Add proper perf.testlet= line so perf gets to report proper timing data Revision Changes Path 1.13 +4 -1 xml-xalan/test/test.properties Index: test.properties =================================================================== RCS file: /home/cvs/xml-xalan/test/test.properties,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- test.properties 2001/09/07 20:16:07 1.12 +++ test.properties 2001/09/12 20:02:47 1.13 @@ -60,9 +60,12 @@ qetest.flavor=trax # A Testlet class defines the actual algorithim used to -# test each stylesheet found +# test each stylesheet found; several different testlets available +# The default StylesheetTestlet does a simple transform and validates output qetest.testlet=org.apache.qetest.xsl.StylesheetTestlet +# The PerformanceTestlet iterates through a number of transforms with timing output +perf.testlet=org.apache.qetest.xsl.PerformanceTestlet #---- Choose tests via filters (either/or...) ---- # Set category to run only the single named directory in inputDir
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
