You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jk...@apache.org on 2007/04/02 20:37:35 UTC

svn commit: r524882 - /ant/core/trunk/src/tests/antunit/taskdefs/move-test.xml

Author: jkf
Date: Mon Apr  2 11:37:34 2007
New Revision: 524882

URL: http://svn.apache.org/viewvc?view=rev&rev=524882
Log:
Test should also pass on other platforms.

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

Modified: ant/core/trunk/src/tests/antunit/taskdefs/move-test.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/move-test.xml?view=diff&rev=524882&r1=524881&r2=524882
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/move-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/move-test.xml Mon Apr  2 11:37:34 2007
@@ -1,13 +1,8 @@
 <project default="all" xmlns:au="antlib:org.apache.ant.antunit">
 
-  <target name="checkos">
-    <condition property="onwindows">
-      <os family="windows"/>
-    </condition>
-  </target>
-
-  <target name="test-move-windows" if="onwindows" depends="checkos">
+  <target name="test-move-caseonly">
     <!-- this test is inspired by bugzilla 41948 -->
+  	<!-- Especially intresting if executed on case-insensitive file systems -->
     <touch file="${java.io.tmpdir}/abc"/>
     <move file="${java.io.tmpdir}/abc" tofile="${java.io.tmpdir}/aBc"/>
     <fileset dir="${java.io.tmpdir}" id="myfs">



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