Browse Source

clean up after test

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@986232 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
151c5d7d72
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/tests/antunit/taskdefs/tempfile-test.xml

+ 4
- 0
src/tests/antunit/taskdefs/tempfile-test.xml View File

@@ -18,6 +18,10 @@
<project default="antunit" xmlns:au="antlib:org.apache.ant.antunit">
<import file="../antunit-base.xml" />

<target name="tearDown" depends="antunit-base.tearDown">
<delete file="${tmp}" quiet="true"/>
</target>

<target name="testCreateWithoutPrefix"
description="https://issues.apache.org/bugzilla/show_bug.cgi?id=49755">
<tempfile property="tmp" createfile="true"/>


Loading…
Cancel
Save