You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mk...@apache.org on 2002/10/04 22:10:24 UTC

cvs commit: xml-xalan/test jdk118.test.properties build.xml test.properties

mkwan       2002/10/04 13:10:24

  Modified:    test     build.xml test.properties
  Added:       test     jdk118.test.properties
  Log:
  Create a new test.properties file for JDK 1.1.8. Break the smoketest.conf.excludes list
  into two parts: smoketest.conf.normal.excludes and smoketest.conf.supplemental.excludes.
  The supplemental excludes are set to empty in test.properties and overwritten in the
  JDK 1.1.8 config file.
  
  Revision  Changes    Path
  1.54      +3 -2      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- build.xml	23 Jul 2002 20:15:50 -0000	1.53
  +++ build.xml	4 Oct 2002 20:10:23 -0000	1.54
  @@ -36,6 +36,7 @@
       <!-- Then, read in the default checked-in properties -->
       <property file="test.properties" />
   
  +    <property name="smoketest.conf.excludes" value="${smoketest.conf.normal.excludes};${smoketest.conf.supplemental.excludes}"/>
       <!-- Also provide environment properties with a special prefix which 
            allows us to detect if JARDIR is set.
      -->
  
  
  
  1.74      +2 -1      xml-xalan/test/test.properties
  
  Index: test.properties
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/test.properties,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- test.properties	16 Sep 2002 16:13:17 -0000	1.73
  +++ test.properties	4 Oct 2002 20:10:23 -0000	1.74
  @@ -131,7 +131,8 @@
   # Bugzilla10616 copy56.xsl;copy58.xsl;copy59.xsl;copy60.xsl
   # Bugzilla12543 axes129.xsl
   # Bugzilla12690 axes62.xsl
  -smoketest.conf.excludes=attribset40.xsl;axes129.xsl;axes62.xsl;numbering14.xsl;numbering15.xsl;output87.xsl;numberformat45.xsl;numberformat46.xsl;output89.xsl;output90.xsl;output97.xsl;namespace137.xsl;position102.xsl;copy56.xsl;copy58.xsl;copy59.xsl;copy60.xsl
  +smoketest.conf.normal.excludes=attribset40.xsl;axes129.xsl;axes62.xsl;numbering14.xsl;numbering15.xsl;output87.xsl;numberformat45.xsl;numberformat46.xsl;output89.xsl;output90.xsl;output97.xsl;namespace137.xsl;position102.xsl;copy56.xsl;copy58.xsl;copy59.xsl;copy60.xsl
  +smoketest.conf.supplemental.excludes=
   
   smoketest.extensions.excludes=javaBugzilla3722.xsl;libraryNodeset05.xsl;libraryNodeset06.xsl;libraryNodeset07.xsl;libraryNodeset08.xsl
   
  
  
  
  1.1                  xml-xalan/test/jdk118.test.properties
  
  Index: jdk118.test.properties
  ===================================================================
  smoketest.conf.supplemental.excludes=numberformat06.xsl;numberformat16.xsl;output80.xsl;string132.xsl
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org