I just ran the IO tests on JDK1.4.1 on Windows, and the FileUtils.touch()
test failed.

There was 1 failure:
1)
testTouch(org.apache.commons.io.FileUtilsTestCase)junit.framework.AssertionF
ailedError: Set lastModified to 0. expected:<0> but was:<1089878988000>
 at
org.apache.commons.io.FileUtilsTestCase.testTouch(FileUtilsTestCase.java:464
)

This uses  file.setLastModified(long)
Has anyone else seen issues with file.setLastModified(long) on Windows ????

Stephen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to