Browse Source

make different line endings different lengths so file sizes will differ,

increasing the validity of the test.


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

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

@@ -224,7 +224,7 @@
<target name="filesmatch-same-eol" > <target name="filesmatch-same-eol" >
<echo file="match9.txt" message="012345676890" /> <echo file="match9.txt" message="012345676890" />
<echo file="match10.txt" message="012345676890" /> <echo file="match10.txt" message="012345676890" />
<fixcrlf file="match9.txt" eol="cr" fixlast="true" />
<fixcrlf file="match9.txt" eol="crlf" fixlast="true" />
<fixcrlf file="match10.txt" eol="lf" fixlast="true" /> <fixcrlf file="match10.txt" eol="lf" fixlast="true" />
<fail> <fail>
<condition> <condition>


Loading…
Cancel
Save