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/05/25 03:22:31 UTC

svn commit: r541502 - /ant/core/trunk/src/tests/antunit/taskdefs/dirname-test.xml

Author: kevj
Date: Thu May 24 18:22:30 2007
New Revision: 541502

URL: http://svn.apache.org/viewvc?view=rev&rev=541502
Log:
-fix gump

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

Modified: ant/core/trunk/src/tests/antunit/taskdefs/dirname-test.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/dirname-test.xml?view=diff&rev=541502&r1=541501&r2=541502
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/dirname-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/dirname-test.xml Thu May 24 18:22:30 2007
@@ -32,7 +32,7 @@
   <target name="test4" depends="init-test4" if="valid.os">
     <dirname property="local.dir" file="/usr/local/foo.txt"/>
     <au:assertPropertyEquals name="local.dir" 
-      value="${file.separator}usr${file.separator}local${file.separator}foo.txt"/>
+      value="${file.separator}usr${file.separator}local"/>
   </target>
   
   <target name="test5">



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