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...@apache.org on 2001/08/02 15:20:40 UTC

cvs commit: xml-xalan/test build.xml

curcuru     01/08/02 06:20:40

  Modified:    test     build.xml
  Log:
  Update minitest.passfile to match test.properties' minitest.passFile
  
  Revision  Changes    Path
  1.6       +1 -1      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml	2001/08/02 11:08:19	1.5
  +++ build.xml	2001/08/02 13:20:40	1.6
  @@ -287,7 +287,7 @@
               <param name="testClass" value="org.apache.qetest.trax.Minitest"/>
               <param name="testType" value="minitest."/>
           </antcall>
  -        <available file="${minitest.passfile}" property="minitest-passed" />
  +        <available file="${minitest.passFile}" property="minitest-passed" />
       </target>
       <target name="minitest-notpass" unless="minitest-passed">
           <echo message=" [minitest] ERROR! The Minitest failed!" />
  
  
  

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