|
@@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
|
<target name="test-move-caseonly">
|
|
|
<target name="test-move-caseonly">
|
|
|
<!-- this test is inspired by bugzilla 41948 -->
|
|
|
<!-- this test is inspired by bugzilla 41948 -->
|
|
|
<!-- Especially intresting if executed on case-insensitive file systems -->
|
|
|
|
|
|
|
|
|
<!-- Especially interesting if executed on case-insensitive file systems -->
|
|
|
<touch file="${java.io.tmpdir}/abc"/>
|
|
|
<touch file="${java.io.tmpdir}/abc"/>
|
|
|
<move file="${java.io.tmpdir}/abc" tofile="${java.io.tmpdir}/aBc"/>
|
|
|
<move file="${java.io.tmpdir}/abc" tofile="${java.io.tmpdir}/aBc"/>
|
|
|
<fileset dir="${java.io.tmpdir}" id="myfs">
|
|
|
<fileset dir="${java.io.tmpdir}" id="myfs">
|
|
|