jgit/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit
Shawn O. Pearce 203bd66267 Rename Repository getWorkDir to getWorkTree
This better matches with the name used in the environment
(GIT_WORK_TREE), in the configuration file (core.worktree),
and in our builder object.

Since we are already breaking a good chunk of other code
related to repository access, and this fairly easy to fix
in an application's code base, I'm not going to offer the
wrapper getWorkDir() method.

Change-Id: Ib698ba4bbc213c48114f342378cecfe377e37bb7
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2010-06-25 18:03:41 -07:00
..
LocalDiskRepositoryTestCase.java Rename Repository getWorkDir to getWorkTree 2010-06-25 18:03:41 -07:00
MockSystemReader.java Repository can be configured with FS 2010-06-04 19:08:58 -07:00
TestRepository.java Start using ObjectInserter instead of ObjectWriter 2010-06-25 17:46:41 -07:00
TestRng.java Move TestRng to our JUnit helper package 2010-01-12 11:56:55 -08:00