Add tests for ObjectWalk
commita2a756d92f5bb397aa014fcfe6f5f0ac174949f2
authorShawn O. Pearce <spearce@spearce.org>
Wed, 18 Mar 2009 01:40:49 +0000 (17 18:40 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 19 Mar 2009 20:05:13 +0000 (19 21:05 +0100)
treefdc575de5cd34aad7cdea7052a1e3cc4a99124d1
parent6cec0002f6ed2a355a6e13b40e7bcd9ef617fc46
Add tests for ObjectWalk

This covers most of the common operations in an ObjectWalk, such
as culling off a common base and any trees reachable from that
common base.

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/ObjectWalkTest.java [new file with mode: 0644]
org.spearce.jgit.test/tst/org/spearce/jgit/revwalk/RevWalkTestCase.java