Add test case for the RevCommit parsing code
commit5b07a80cfdf506eb8aa36ca5e5356a336d303dd5
authorShawn O. Pearce <spearce@spearce.org>
Sun, 10 Aug 2008 08:46:17 +0000 (10 01:46 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 13 Aug 2008 19:55:55 +0000 (13 21:55 +0200)
treed239d829643a44e61c3de2cb13cf0ae9b9c67f19
parent4327a6726fa0b11ac5fba2b72ebf230438c45343
Add test case for the RevCommit parsing code

Most of these are to address the errors identified in getShortMessage
when handling the different corner cases of a commit body.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.test/tst/org/spearce/jgit/revwalk/RevCommitParseTest.java [new file with mode: 0644]