curcuru     00/12/15 11:41:39

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

Reply via email to