You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/08/17 10:00:40 UTC

svn commit: r986232 - /ant/core/trunk/src/tests/antunit/taskdefs/tempfile-test.xml

Author: bodewig
Date: Tue Aug 17 08:00:39 2010
New Revision: 986232

URL: http://svn.apache.org/viewvc?rev=986232&view=rev
Log:
clean up after test

Modified:
    ant/core/trunk/src/tests/antunit/taskdefs/tempfile-test.xml

Modified: ant/core/trunk/src/tests/antunit/taskdefs/tempfile-test.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/tempfile-test.xml?rev=986232&r1=986231&r2=986232&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/tempfile-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/tempfile-test.xml Tue Aug 17 08:00:39 2010
@@ -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"/>