Fix usage of assertEquals in DirCacheIteratorTest
commit0c74a7027ca023e31ba6b0c2bf1c972bd820f7e8
authorShawn O. Pearce <spearce@spearce.org>
Mon, 18 Aug 2008 23:53:13 +0000 (18 16:53 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 20 Aug 2008 21:07:31 +0000 (20 23:07 +0200)
treeff05a13ecc28b517dc3d572d4163f0f1766c3400
parent8367e9e90af47624d349dc91e30a677610c0655e
Fix usage of assertEquals in DirCacheIteratorTest

I had the expected/actual values reversed so error messages from
JUnit were a bit difficult to read.

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/dircache/DirCacheIteratorTest.java