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...@apache.org on 2001/01/11 14:45:26 UTC

cvs commit: xml-xalan/test Harness.properties

curcuru     01/01/11 05:45:26

  Modified:    test     Harness.properties
  Log:
  Remove ExamplesTest, which uses different goldDir;
  add other new sax and SystemId tests
  
  Revision  Changes    Path
  1.4       +8 -1      xml-xalan/test/Harness.properties
  
  Index: Harness.properties
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/Harness.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Harness.properties	2000/12/15 19:41:38	1.3
  +++ Harness.properties	2001/01/11 13:45:26	1.4
  @@ -1,3 +1,4 @@
  +# @author shane_curcuru@lotus.com
   # Special property file to run most TRAX API tests with XSLTestHarness
   # You can use various API tests with this properties file
   # Most (but not all) of the same options are shared with ConformanceTest
  @@ -6,7 +7,13 @@
   # Semicolon delimited list of tests, either FQCNs or just 
   #   package.ClassName assuming org.apache.qetest. will be prepended
   # Note: these tests are Xalan-J 2.x specific!
  -tests=trax.TransformerAPITest;trax.TemplatesAPITest;trax.TransformerFactoryAPITest;trax.dom.DOMSourceAPITest;trax.dom.DOMResultAPITest;trax.stream.StreamSourceAPITest;trax.stream.StreamResultAPITest;trax.ExamplesTest;trax.sax.SAXTransformerFactoryAPITest
  +tests=trax.TransformerAPITest;trax.TemplatesAPITest;trax.TransformerFactoryAPITest;trax.dom.DOMSourceAPITest;trax.dom.DOMResultAPITest;trax.stream.StreamSourceAPITest;trax.stream.StreamResultAPITest;trax.sax.SAXTransformerFactoryAPITest;trax.sax.SAXSourceAPITest;trax.sax.SAXResultAPITest;trax.SystemIdTest
  +
  +# 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
   # testDir is where root of test xml/xsl files are