curcuru     01/10/23 13:28:04

  Modified:    test     build.xml
  Log:
  Use new trax.dom.excludes list to exclude specific tests that are
  not valid with DOMs in conf.dom, alltest targets
  
  Revision  Changes    Path
  1.21      +7 -0      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml 2001/10/21 22:31:09     1.20
  +++ build.xml 2001/10/23 20:28:04     1.21
  @@ -232,6 +232,12 @@
               fork="${fork-tests}"
               failonerror="${fail-on-error}" />
       </target>
  +    <target name="conf.dom" description="Run TestletDriver over conf with 
DOMs">
  +        <antcall target="conf">
  +            <param name="conf.excludes" value="${trax.dom.excludes}"/>
  +            <param name="conf.flavor" value="trax.dom"/>
  +        </antcall>
  +    </target>
   
       <!-- ================================================================== 
-->
       <!-- Run tests: the normal StylesheetTestletDriver on the perf suite    
-->
  @@ -504,6 +510,7 @@
           </antcall>
           <antcall target="conf">
               <param name="conf.flavor" value="trax.dom"/>
  +            <param name="conf.excludes" value="${trax.dom.excludes}"/>
               <param name="conf.outputDir" value="${alltest.resultDir}/dom"/>
               <param name="conf.logFile" 
value="${alltest.resultDir}/dom/results.xml"/>
           </antcall>
  
  
  

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

Reply via email to