You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2007/11/08 07:28:22 UTC

svn commit: r593038 - /ant/core/branches/ANT_17_BRANCH/src/tests/antunit/taskdefs/concat-test.xml

Author: kevj
Date: Wed Nov  7 22:28:21 2007
New Revision: 593038

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

Modified:
    ant/core/branches/ANT_17_BRANCH/src/tests/antunit/taskdefs/concat-test.xml

Modified: ant/core/branches/ANT_17_BRANCH/src/tests/antunit/taskdefs/concat-test.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/tests/antunit/taskdefs/concat-test.xml?rev=593038&r1=593037&r2=593038&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/tests/antunit/taskdefs/concat-test.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/tests/antunit/taskdefs/concat-test.xml Wed Nov  7 22:28:21 2007
@@ -3,7 +3,7 @@
 
   <target name="tearDown">
     <delete file="binaryAppendDest" />
-    <!--<delete file="encodeStringDest" />-->
+    <delete file="encodeStringDest" />
   </target>
 
   <target name="testBinaryAppend">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org