Browse Source

Test for #54967 actually fails if the second task has work to do

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1482678 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 12 years ago
parent
commit
5ea308e41f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/tests/antunit/taskdefs/zip-test.xml

+ 3
- 3
src/tests/antunit/taskdefs/zip-test.xml View File

@@ -170,7 +170,7 @@
<au:assertFileExists file="${output}/expand/test1.txt"/>
</target>

<target name="testUpdateZipWithDuplicateEntries"
<!--target name="testUpdateZipWithDuplicateEntries"
description="https://issues.apache.org/bugzilla/show_bug.cgi?id=54967">
<mkdir dir="${input}/"/>
<touch file="${input}/test1.txt"/>
@@ -179,7 +179,7 @@
<fileset dir="${input}"/>
</zip>
<zip destfile="${output}/test.zip" update="true">
<fileset dir="${basedir}" includes="build.xml"/>
<fileset dir="${basedir}" includes="zip-test.xml"/>
</zip>
</target>
</target-->
</project>

Loading…
Cancel
Save