Browse Source

enable test

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

+ 2
- 2
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"/>
@@ -181,5 +181,5 @@
<zip destfile="${output}/test.zip" update="true">
<fileset dir="${basedir}" includes="zip-test.xml"/>
</zip>
</target-->
</target>
</project>

Loading…
Cancel
Save