# Xalan-J 1.x and 2.x backwards compatibility tests can # use this properties file #---- Choose locations: where to find files, where to log to # 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-compat # All test output will be saved in this file logFile=results-compat\\CompatTest.xml #---- Choose processor: flavors supported: xalan|trax|other... # Note that the xalan flavor (XalanWrapper.java) works with either # the normal Xalan-J 1.x processor or the backwards compatibility # processor found in Xalan-J 2.x's xalanj1compat.jar flavor=xalan #---- Choose tests: Filter to only run specific sets of tests # Set category to run only the single named directory #category=Atrs # Set excludes to exclude specific tests: foo.xsl;bar.xsl;goo.xsl #excludes=lre01.xsl;lre02.xsl # Run a specific list of files in the named file (see XLDirectoryIterator.java) #fileList=myListOfFiles.txt # Uncomment noErrTest to skip running any ./err subdir tests #noErrTest=true #---- 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 #---- Choose a liaison: only valid with flavor=xalan # XDTM Xalan-J 1.x/Xerces DTM -default- (uses xerces.jar) #liaison=org.apache.xalan.xpath.dtm.DTMLiaison # XDOM Xalan-J 1.x/Xerces DOM (uses xerces.jar) #liaison=org.apache.xalan.xpath.xdom.XercesLiaison