Browse Source

Make sure, the test fails for the reason it is supposed to fail.

Submitted by:	Magesh Umasankar <umagesh@rediffmail.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269956 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
8b4c0066b0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/testcases/taskdefs/gzip.xml

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

@@ -15,7 +15,7 @@
</target> </target>


<target name="test4"> <target name="test4">
<gzip src="." zipfile=""/>
<gzip src="gzip.xml" zipfile=""/>
</target> </target>


<target name="test5"> <target name="test5">


Loading…
Cancel
Save