Fix invalid quoted string test preventing a build under Maven
commit8a8290d609c086a7e265bd7d88c92580a9d9890f
authorConstantine Plotnikov <constantine.plotnikov@gmail.com>
Mon, 16 Feb 2009 17:46:31 +0000 (16 20:46 +0300)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 18 Feb 2009 15:45:02 +0000 (18 07:45 -0800)
tree4b06aad94519ad09bf338fdb02605699ed829c44
parent4af1edad36e729ee846ba5e943949b19fc39e744
Fix invalid quoted string test preventing a build under Maven

The test was failing on a system that uses an encoding different
from ISO-8859-1. The reason was that invalid UTF-8 bytes were
generated for codepoints greater than U+7F, and in this case the
method RawParseUtils.decodeNoFallback() falls backs to the default
system encoding.

Signed-off-by: Constantine Plotnikov <Constantine.Plotnikov@jetbrains.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit.test/tst/org/spearce/jgit/util/QuotedStringGitPathStyleTest.java