You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2005/02/14 16:24:47 UTC

cvs commit: ant/src/etc/testcases/taskdefs clone.xml

mbenson     2005/02/14 07:24:47

  Modified:    src/etc/testcases/taskdefs clone.xml
  Log:
  More info to see what Gump sees when this test fails.  I may still remove
  the clone task, but until then I'll try to keep the tests passing.
  
  Revision  Changes    Path
  1.2       +1 -1      ant/src/etc/testcases/taskdefs/clone.xml
  
  Index: clone.xml
  ===================================================================
  RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/clone.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- clone.xml	7 Jan 2005 21:57:00 -0000	1.1
  +++ clone.xml	14 Feb 2005 15:24:47 -0000	1.2
  @@ -24,7 +24,7 @@
         <size value="0" when="less" />
       </clone>
       <pathconvert property="ganger" pathsep="" refid="ganger" />
  -    <fail>
  +    <fail message="expected $${ganger} = &quot;&quot;; instead was &quot;${ganger}&quot;">
         <condition>
           <not>
             <equals arg1="" arg2="${ganger}" />
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org