jgit/org.eclipse.jgit.test
Constantine Plotnikov 982515cf10 Make the default encoding when reading commits UTF-8
When reading commits the system default encoding was used if no
encoding was specified in the commit. The patch modifies the test
to add a check that commit message was encoded correctly (the
test fails on old implementation if system encoding is not UTF-8)
and fixes Commit.decode() method to use UTF-8 if encoding is not
specified in the commit object.

Change-Id: I27101da3c2eb6edd0c4a9e4c0523e48b286e3cd5
Signed-off-by: Constantine Plotnikov <constantine.plotnikov@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2009-10-08 10:19:34 -07:00
..
.settings Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
exttst/org/eclipse/jgit Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
tst/org/eclipse/jgit Make the default encoding when reading commits UTF-8 2009-10-08 10:19:34 -07:00
tst-rsrc/org/eclipse/jgit Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
.classpath Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
.gitignore Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
.project Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
org.eclipse.jgit.core--All-External-Tests (Java 6).launch Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
org.eclipse.jgit.core--All-External-Tests.launch Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
org.eclipse.jgit.core--All-Tests (Java 6).launch Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
org.eclipse.jgit.core--All-Tests.launch Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00