ovidiu      2002/10/01 02:33:49

  Modified:    src/test/anteater all-tests.xml
  Log:
  Added deploy and init targets (deploy doesn't work for the moment).
  
  You can now run a single Anteater test case by running in the
  src/test/anteater directory the command:
  
  anteater -f all-tests.xml -Dport=8090 -Dhost=localhost -Dbase=cocoon runtest 
-Dname=sitemapReload
  
  Revision  Changes    Path
  1.5       +1 -1      xml-cocoon2/src/test/anteater/all-tests.xml
  
  Index: all-tests.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/test/anteater/all-tests.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- all-tests.xml     1 Oct 2002 09:00:43 -0000       1.4
  +++ all-tests.xml     1 Oct 2002 09:33:49 -0000       1.5
  @@ -50,7 +50,7 @@
       </foreach>
     </target>
   
  -  <target name="runtest">
  +  <target name="runtest" depends="init">
      <basename property="target" file="${name}" suffix=".xml"/>
      <echo message="running test ${target} in dir ${basedir}"/>
      <ant antfile="${target}.xml" dir="${basedir}" target="${target}" 
inheritAll="yes"/>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to