Browse Source

ws

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

+ 2
- 2
src/etc/testcases/taskdefs/condition.xml View File

@@ -219,7 +219,7 @@
<filesmatch file1="match7.txt" file2="match8.txt" />
</condition>
</fail>
</target>
</target>

<target name="filesmatch-same-eol" >
<echo file="match9.txt" message="012345676890" />
@@ -233,7 +233,7 @@
</not>
</condition>
</fail>
</target>
</target>

<target name="filesmatch-different-sizes">
<echo file="match5.txt" message="012345676890" />


Loading…
Cancel
Save