Remove System.out.println from RevWalkFilterTest
commitf4a8c8d8bc2f7bac0542c5a8edbf76dc7eb63649
authorShawn O. Pearce <spearce@spearce.org>
Tue, 16 Jun 2009 23:35:25 +0000 (16 16:35 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 17 Jun 2009 06:52:26 +0000 (17 08:52 +0200)
tree411b924710f6cf390c07d7648a698d8e2c0fa9a9
parent42b8b5dee283cf5c79d982262a67593cbab312b5
Remove System.out.println from RevWalkFilterTest

JUnit tests shouldn't (in general) print to System.out, we already
have too much flooding the console when running a full test suite.
Instead assertions should be relied upon, which these tests
already have.

CC: Mark Struberg <struberg@yahoo.de>
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/RevWalkFilterTest.java