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