aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache/DirCacheIteratorTest.java
Commit message (Expand)AuthorAgeFilesLines
* Use jdk 5 for loopCarsten Hammer2019-04-131-16/+24
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-7/+7
* DirCacheIteratorTest: Open TreeWalk instances in try-with-resourceDavid Pursehouse2016-02-151-87/+94
* Replace "a." with "a-" in unit testsShawn Pearce2014-12-181-12/+12
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* DirCacheIterator: Fix reset() and back()Robin Rosenberg2012-12-151-0/+128
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-1/+17
* Fix ArrayIndexOutOfBoundsException in DirCacheIteratorShawn O. Pearce2010-12-221-0/+25
* DirCacheIteratorTest: Use newInCore instead of diskShawn O. Pearce2010-12-221-8/+8
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-071-5/+0
* Move DirCache factory methods to RepositoryShawn O. Pearce2010-06-301-8/+8
* Don't allow DirCacheEntry with mode of 0Shawn O. Pearce2010-02-031-2/+4
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+275