dmarston    01/09/07 13:16:07

  Modified:    test     test.properties ConformanceTest.properties
  Log:
  Add namespace85 after fixing bad gold result and reporting bug #3464.
  
  Revision  Changes    Path
  1.12      +2 -1      xml-xalan/test/test.properties
  
  Index: test.properties
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/test.properties,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- test.properties   2001/08/21 20:00:06     1.11
  +++ test.properties   2001/09/07 20:16:07     1.12
  @@ -105,7 +105,8 @@
   smoketest.conf.ConsoleLogger.loggingLevel=20
   # Bugzilla2548 attribset42.xsl;attribset43.xsl
   # Bugzilla1133 lre10.xsl;lre21.xsl
  -smoketest.conf.excludes=attribset42.xsl;attribset43.xsl;lre10.xsl;lre21.xsl
  +# Bugzilla3464 namespace85.xsl
  
+smoketest.conf.excludes=attribset42.xsl;attribset43.xsl;lre10.xsl;lre21.xsl;namespace85.xsl
   
   # Runs a selected set of known passing API tests
   
smoketest.api.tests=trax.TemplatesAPITest;trax.TransformerAPITest;trax.TransformerFactoryAPITest;trax.stream.StreamResultAPITest;trax.stream.StreamSourceAPITest;trax.dom.DOMResultAPITest;trax.dom.DOMSourceAPITest;trax.sax.SAXSourceAPITest;trax.sax.SAXTransformerFactoryAPITest;trax.sax.TemplatesHandlerAPITest;trax.sax.TransformerHandlerAPITest;trax.sax.TransformerHandlerAPITest;trax.SystemIdTest;trax.SystemIdImpInclTest;trax.EmbeddedStylesheetTest;trax.OutputPropertiesTest;trax.ErrorListenerAPITest;xalanj2.SerializedStylesheetTest;xalanj2.TraceListenerTest;xalanj2.FactoryFeatureTest;xalanj2.TransformStateAPITest;xalanj2.TransformStateTest;xalanj2.TestXPathAPI
  
  
  
  1.6       +1 -1      xml-xalan/test/ConformanceTest.properties
  
  Index: ConformanceTest.properties
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/ConformanceTest.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ConformanceTest.properties        2001/07/05 20:19:57     1.5
  +++ ConformanceTest.properties        2001/09/07 20:16:07     1.6
  @@ -30,7 +30,7 @@
   fileChecker=org.apache.qetest.xsl.XHTFileCheckService
   
   # Set excludes to exclude specific tests: foo.xsl;bar.xsl;goo.xsl
  
-excludes=extendx07.xsl;extendx13.xsl;processorinfo03.xsl;attribset40.xsl;attribset42.xsl;attribset43.xsl;impincl18.xsl;impincl12.xsl;lre02.xsl;lre03.xsl;lre07.xsl;lre10.xsl;lre12.xsl;lre21.xsl
  
+excludes=extendx07.xsl;extendx13.xsl;processorinfo03.xsl;attribset40.xsl;attribset42.xsl;attribset43.xsl;impincl18.xsl;impincl12.xsl;lre02.xsl;lre03.xsl;lre07.xsl;lre10.xsl;lre12.xsl;lre21.xsl;namespace85.xsl
   
   # Run a specific list of files in the named file (see XLDirectoryIterator.java)
   #fileList=myListOfFiles.txt
  
  
  

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

Reply via email to