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 18:00:40 UTC

cvs commit: xml-xalan/test Harness.properties

curcuru     00/12/15 09:00:38

  Modified:    test     Harness.properties
  Log:
  Added sax.SAXTransformerFactoryAPITest
  
  Revision  Changes    Path
  1.2       +2 -1      xml-xalan/test/Harness.properties
  
  Index: Harness.properties
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/Harness.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Harness.properties	2000/12/05 19:16:03	1.1
  +++ Harness.properties	2000/12/15 17:00:33	1.2
  @@ -5,7 +5,8 @@
   #---- 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
  -tests=trax.TransformerAPITest;trax.TemplatesAPITest;trax.TransformerFactoryAPITest;trax.dom.DOMSourceAPITest;trax.dom.DOMResultAPITest;trax.stream.StreamSourceAPITest;trax.stream.StreamResultAPITest;trax.ExamplesTest
  +# 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;sax.SAXTransformerFactoryAPITest
   
   #---- Choose locations: where to find files, where to log to
   # testDir is where root of test xml/xsl files are