]> source.dussan.org Git - jgit.git/commit
Fix FileTreeIteratorTest#testIsModifiedFileSmudged() on Windows 60/24160/2
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 29 Mar 2014 20:59:26 +0000 (21:59 +0100)
committerRobin Stocker <robin@nibor.org>
Sun, 6 Apr 2014 16:16:20 +0000 (12:16 -0400)
commitecade47a895c19b8ea290d2e5909434176292433
tree61cab6f0f891c2389e16dbfcac444555a6233b0a
parentfe397ad90fe0490d3534e0f02a0173ddb0e634f6
Fix FileTreeIteratorTest#testIsModifiedFileSmudged() on Windows

This would be a problem for any OS where Java lets the subscond
part through to the File API. The fix is to force the timetamp
of the index rather than trusting it to just happen to be right.

Bug: 430765
Change-Id: Id6b3ba003f58427a3ffaacd224649e2d6c93566b
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk/FileTreeIteratorTest.java