Browse Source

one more JDK 1.1 fix - testcase will fail as touch with and without

argument will result in the same file modification time.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269856 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
3bfae8ec28
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/testcases/taskdefs/dependset.xml

+ 2
- 1
src/etc/testcases/taskdefs/dependset.xml View File

@@ -27,7 +27,8 @@
</target>

<target name="test5">
<touch millis="0" file="older.tmp"/>
<touch file="older.tmp"/>
<sleep seconds="3" />
<touch file="newer.tmp"/>
<dependset>
<srcfilelist dir="." files="newer.tmp"/>


Loading…
Cancel
Save