Browse Source

Test should also pass on other platforms.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@524882 13f79535-47bb-0310-9956-ffa450edef68
master
Jacobus Martinus Kruithof 18 years ago
parent
commit
f9bc9d18bf
1 changed files with 2 additions and 7 deletions
  1. +2
    -7
      src/tests/antunit/taskdefs/move-test.xml

+ 2
- 7
src/tests/antunit/taskdefs/move-test.xml View File

@@ -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">


Loading…
Cancel
Save