Author: mbenson
Date: Mon Jun 30 13:46:32 2008
New Revision: 672908

URL: http://svn.apache.org/viewvc?rev=672908&view=rev
Log:
tearDown

Modified:
    ant/core/trunk/src/tests/antunit/types/glob-test.xml

Modified: ant/core/trunk/src/tests/antunit/types/glob-test.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/types/glob-test.xml?rev=672908&r1=672907&r2=672908&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/types/glob-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/types/glob-test.xml Mon Jun 30 13:46:32 
2008
@@ -24,6 +24,12 @@
 
   <dirname property="glob-test.dir"
            file="${ant.file.glob-test}"/>
+
+  <target name="tearDown">
+    <delete dir="${glob-test.dir}/src"/>
+    <delete dir="${glob-test.dir}/dst"/>
+  </target>
+
   <target name="test-move">
     <property 
       name="glob-test-out-dir"


Reply via email to