Author: bodewig
Date: Tue Mar  1 08:40:09 2011
New Revision: 1075703

URL: http://svn.apache.org/viewvc?rev=1075703&view=rev
Log:
consistency

Modified:
    ant/core/trunk/src/tests/antunit/antunit-base.xml

Modified: ant/core/trunk/src/tests/antunit/antunit-base.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/antunit-base.xml?rev=1075703&r1=1075702&r2=1075703&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/antunit-base.xml (original)
+++ ant/core/trunk/src/tests/antunit/antunit-base.xml Tue Mar  1 08:40:09 2011
@@ -17,7 +17,7 @@
 -->
 <project name="antunit-base">
 
-  <property name="input" location="${java.io.tmpdir}testinput"/>
+  <property name="input" location="${java.io.tmpdir}/testinput"/>
   <property name="output" location="${java.io.tmpdir}/testoutput"/>
   <property name="resources" location="${java.io.tmpdir}/resources"/>
   <property name="test.jar" location="${java.io.tmpdir}/test.jar"/>


Reply via email to