]> source.dussan.org Git - jgit.git/commit
DirCacheIteratorTest: Use newInCore instead of disk 67/2167/1
authorShawn O. Pearce <spearce@spearce.org>
Wed, 22 Dec 2010 21:39:38 +0000 (13:39 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 22 Dec 2010 21:39:38 +0000 (13:39 -0800)
commitedeea800a6b482cc721ac11b8d767ca0392947f8
tree18d1fb442f4fe5f82c8e558b5d11d473a9a8a756
parent0cd76ab65dedc8af8f5fc7c9bf1bfa4c20e58d8a
DirCacheIteratorTest: Use newInCore instead of disk

Avoid the dependency on the local filesystem by using only an in-core
DirCache instance.  Each test case builds up the index from scratch
anyway through a DirCacheBuilder.

Change-Id: I5decf6bffc3ed35bf1d3e4ad5cc095891c80b772
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache/DirCacheIteratorTest.java