Browse Source

Hack to make the testcases pass.

PR: 32506


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

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

@@ -20,18 +20,22 @@

<target name="createMd5">
<checksum file="../asf-logo.gif" fileext=".MD5" />
<fixcrlf eol="lf" srcdir=".." includes="asf-logo.gif.MD5" />
</target>

<target name="createMD5SUMformat">
<checksum file="../asf-logo.gif" format="MD5SUM" fileext=".MD5SUM" />
<fixcrlf eol="lf" srcdir=".." includes="asf-logo.gif.MD5SUM" />
</target>

<target name="createSVFformat">
<checksum file="../asf-logo.gif" format="SVF" fileext=".SVF" />
<fixcrlf eol="lf" srcdir=".." includes="asf-logo.gif.SVF" />
</target>

<target name="createPattern">
<checksum file="../asf-logo.gif" pattern="foo{0}bar" fileext=".PATTERN" />
<fixcrlf eol="lf" srcdir=".." includes="asf-logo.gif.PATTERN" />
</target>

<target name="setProperty">
@@ -102,4 +106,4 @@
</fileset>
</checksum>
</target>
</project>
</project>

Loading…
Cancel
Save