Browse Source

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.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277656 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
a585fa2b03
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/testcases/taskdefs/clone.xml

+ 1
- 1
src/etc/testcases/taskdefs/clone.xml View File

@@ -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}" />


Loading…
Cancel
Save