Fix FileTreeIteratorTest on Windows/NTFS
commit00bc4f1daa437622efdf5638460e06aa50bc0aee
authorJonas Fonseca <fonseca@diku.dk>
Wed, 22 Oct 2008 08:33:32 +0000 (22 10:33 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 22 Oct 2008 16:51:44 +0000 (22 18:51 +0200)
tree80c9f6b90f011cb442fbf95fb5c64f657a426665
parent3b06cee4bb5e03354453aecc7ac66a458c2ca743
Fix FileTreeIteratorTest on Windows/NTFS

Replace '.' with ',' in the test paths to keep the original intent, but
make the test runnable on systems where files named "a." cannot be
reliably created. The problem seems to be that a file created as "a."
will end up as "a" on disk.

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.test/tst/org/spearce/jgit/treewalk/FileTreeIteratorTest.java