jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib
Shawn O. Pearce c0b1443926 Index config section and subsection names in one pass
Instead of indexing the subsection names on each request for a given
section name, index both the section and subsection names in a single
scan through the entry list. This should improve lookup time for
reading the section names out of the configuration, especially for the
url.*.insteadof type of processing performed in RemoteConfig.

Change-Id: I7b3269565b1308f69d20dc3f3fe917aea00f8a73
2012-04-02 11:44:45 -07:00
..
AbbreviatedObjectIdTest.java Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
BranchConfigTest.java Add BranchConfig helper for access to branch config section 2012-01-16 22:18:54 +01:00
BranchTrackingStatusTest.java Add BranchTrackingStatus for getting remote tracking status 2012-01-16 22:33:03 +01:00
ConfigTest.java Index config section and subsection names in one pass 2012-04-02 11:44:45 -07:00
ConstantsEncodingTest.java Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
DirCacheCheckoutTest.java Remove ambiguous CheckoutConflictException 2012-03-06 22:43:25 +01:00
IndexDiffTest.java Add detection of untracked folders to IndexDiffFilter 2011-11-10 11:15:26 -08:00
MergeHeadMsgTest.java Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
ObjectCheckerTest.java Move JGitText to an internal package 2012-03-12 07:20:03 -07:00
ObjectIdOwnerMapTest.java ObjectIdOwnerMap: More lightweight map for ObjectIds 2011-03-13 16:39:30 -07:00
ObjectIdRefTest.java Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
ObjectIdSubclassMapTest.java ObjectIdSubclassMap: Support duplicate additions 2011-01-28 08:17:20 -08:00
ObjectIdTest.java Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
ObjectLoaderTest.java Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
RacyGitTests.java [findbugs] Do not ignore exceptional return value of mkdir 2011-01-28 01:11:12 +01:00
RefTest.java Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
ReflogConfigTest.java Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
ReflogResolveTest.java Support resolving integer-based reflog revisions 2011-12-16 17:05:47 -08:00
RepositoryCacheTest.java Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
RepositoryResolveTest.java Fix resolution of tree when path is empty 2012-01-15 23:56:37 +01:00
RepositoryTestCase.java Move writeTrashFile and deleteFile into JGitTestUtil 2012-01-25 01:24:41 +01:00
SampleDataRepositoryTestCase.java Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
SymbolicRefTest.java Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
T0001_PersonIdentTest.java Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
T0002_TreeTest.java Remove deprecated Repository.mapTree 2011-03-07 12:36:51 -08:00
ThreadSafeProgressMonitorTest.java Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
ValidRefNameTest.java Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
empty.gitindex.dat Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
sorttest.gitindex.dat Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00