You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@locus.apache.org on 2000/12/15 22:43:46 UTC

cvs commit: xml-xalan/test ConformanceTest.bat ConformanceTest.properties

curcuru     00/12/15 13:43:46

  Added:       test     ConformanceTest.bat ConformanceTest.properties
  Log:
  Helper batch files to run new 'conf' tests
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/ConformanceTest.bat
  
  Index: ConformanceTest.bat
  ===================================================================
  @echo off
  @goto start
  @REM	Name:   ConformanceTest.bat
  @REM	Author: Shane_Curcuru@lotus.com
  
  :start
  set END_PKG=xsl
  @echo Wrapper using 'xsl.ConformanceTest -load ConformanceTest.properties'
  call runtest.bat ConformanceTest -load ConformanceTest.properties %1 %2 %3 %4 %5 %6 %7 %8 %9
  set END_PKG=
  :end
  
  
  
  1.1                  xml-xalan/test/ConformanceTest.properties
  
  Index: ConformanceTest.properties
  ===================================================================
  # Use org.apache.qetest.xsl.ConformanceTest test with this properties 
  #   file to iterate over all the 'conf' tests
  # This file includes descriptive comments for most major options
  # Most other xml-xalan\test tests use similar options
  
  #---- Choose locations: where to find files, where to log to
  # testDir is where root of test xml/xsl files are
  inputDir=tests\\conf
  
  # goldDir is where the 'gold' files to check against live
  goldDir=tests\\conf
  
  # outDir is where we put the actual output files and any logs or error dumps
  outputDir=results-conf
  
  # All test output will be saved in this file
  logFile=results-conf\\ConformanceTest.xml
  
  #---- Choose processor: flavors supported: xalan|trax|other...
  flavor=trax
  
  #---- 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