curcuru     01/12/05 08:53:49

  Added:       test     debugapi.properties
  Log:
  Alternate test.properties file for running tests through a debugger
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/debugapi.properties
  
  Index: debugapi.properties
  ===================================================================
  # Default settings for running test automation; used ONLY 
  # when manually running or debugging a single API test like:
  #
  # cd xml-xalan/test
  # java -classpath xalan.jar;xerces.jar;xml-apis.jar;testxsl.jar 
org.blah.TestName -load api.properties
  #
  # Note for debugging environments: if you're not in xml-xalan/test, 
  # be sure to adjust various paths appropriately
  #
  
  
  #---- Choose locations: where to find files, where to log to ----
  # inputDir is where root of test xml/xsl files are
  inputDir=tests/api
  
  # goldDir is where the 'gold' or reference files to check against live
  goldDir=tests/api-gold
  
  # outDir is where we put the actual output files
  outputDir=results-api
  
  # The test results log will be saved in this file
  logFile=results-api/results.xml
  
  
  #---- Choose output: How much/what kinds of info should we log ----
  # Choose output: How much logging info is saved into our logFile
  #   Between 0 (very little) and 99 (lots)
  loggingLevel=99
  
  # Choose output: How much logging info is dumped to the console
  ConsoleLogger.loggingLevel=40
  
  # If we should save performance-oriented info in the logfile
  perfLogging=true
  
  # Set debug for advanced debugging of the tests themselves
  #debug=true
  
  # Specify a file differ for the output files
  #fileChecker=org.apache.qetest.xsl.XHTFileCheckService
  
  
  #---- Below only used with conf/perf/contrib tests  ----
  
  #---- Choose XSLT processor and test algorithim ----
  # A Testlet class defines the actual algorithim used to 
  #   test each stylesheet found; several different testlets available
  testlet=org.apache.qetest.xsl.StylesheetTestlet
  
  # TransformWrapper flavors supported: trax|trax.dom|trax.sax|other...
  flavor=trax
  
  #---- Choose tests via filters (either/or...) ----
  # Set category to run only the single named directory in inputDir
  #category=axes
  
  #---- Choose tests via a specific list (...either/or) ----
  # Set fileList to specify a list of files yourself
  #   Using a fileList means filtering above is not done
  #fileList=listOfFiles.txt
  
  # Specify files to be skipped, and not tested at all
  #excludes=lre01.xsl;lre02.xsl
  
  # End of File
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to