blob: d7279107e8ae4ebf27d6f7623c96a6c3aa83cb9c [file] [log] [blame]
# @author shane_curcuru@lotus.com
# Special property file to run most Xalan-J 1.x API tests with XSLTestHarness
# Also should work with xalanj1compat.jar from Xalan-J 2.x
# You can use various API tests with this properties file
# Most (but not all) of the same options are shared with ConformanceTest
#---- Choose tests: which tests should we run
# Semicolon delimited list of tests, either FQCNs or just
# package.ClassName assuming org.apache.qetest. will be prepended
# Note: these tests are Xalan-J 1.x specific!
tests=xalanj1.StylesheetReuseTest;xalanj1.ParamTest;xalanj1.ProblemListenerTest
# Note: trax.SystemIdTest may be environment sensitive, and relies
# on the proper setting of user.dir
# Note: trax.ExamplesTest is explicitly left out because it requires
# setting goldDir separately to tests\\examples-gold
#---- Choose locations: where to find files, where to log to
# Note that improperly written tests may respond differently
# to absolute vs. relative paths for inputDir - caveat emptor
# testDir is where root of test xml/xsl files are
inputDir=tests\\api
# goldDir is where the 'gold' files to check against live
goldDir=tests\\api-gold
# outDir is where we put the actual output files and any logs or error dumps
outputDir=results-api
# Harness test output will be saved in this file;
# individual test output will be in the outputDir
# in separate files per testfile
logFile=results-api\\Harness.xml
#---- Choose output: How much/what kinds of info should we log
# Choose output: How much logging info is saved: between 0 (very little) and 99 (lots)
loggingLevel=99
# If we should save performance-oriented info in the logfile
perfLogging=true
# Set debug for advanced debugging of the tests themselves
#debug=true