]> source.dussan.org Git - jgit.git/commit
Fix FileUtils.testRelativize_mixedCase which failed on Mac OS X 37/40937/2
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 2 Feb 2015 20:21:09 +0000 (21:21 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 2 Feb 2015 20:23:31 +0000 (21:23 +0100)
commitd2e0bfa56844642435c9ba81d488aa0da9b22b36
tree6209e877cb53f18d42f9a5f47d4fe3c794a442d3
parent7f139b8eeebda7bf31ab895f6d8965f5c0161caa
Fix FileUtils.testRelativize_mixedCase which failed on Mac OS X

HFS is case insensitive hence expecting it to return the result for case
sensitive filesystem doesn't work.

Change-Id: I292eab78e50711529a0412f9a54e174a3ac16109
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/FileUtilTest.java