aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RepositoryTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-494/+0
* Pull up method for creating DirCacheEntry into RepositoryTestCaseRobin Stocker2012-10-281-0/+18
* Add a check in fstick that the reference file existsRobin Rosenberg2012-10-251-0/+2
* StashCreateCommand: Abort in case of unmerged pathsRobin Stocker2012-10-221-0/+35
* Provide a convenient read() in RepositoryTestCaseRobin Stocker2012-09-251-0/+4
* Ensure a directory exists before trying to create/merge a file into it.Jevgeni Zelenkov2012-08-061-0/+6
* Again teach ResolveMerger to create more correct DirCacheEntry'sChristian Halstrick2012-07-261-0/+29
* Revert "Teach ResolveMerger to create more correct DirCacheEntry's"Shawn Pearce2012-07-241-29/+0
* Teach ResolveMerger to create more correct DirCacheEntry'sMarkus Duft2012-07-191-0/+29
* Move writeTrashFile and deleteFile into JGitTestUtilDariusz Luksza2012-01-251-5/+3
* Refactor test casesPhilipp Thun2011-03-211-0/+25
* Fix NPE on checkout of remote tracking branchMatthias Sohn2011-03-011-6/+50
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-1/+5
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-071-3/+3
* Check assume unchanged flag in Add commandStefan Lay2010-11-291-0/+5
* Do some more tests for rebase --abortStefan Lay2010-11-251-0/+6
* Add blob-data to utility method indexState()Christian Halstrick2010-08-181-17/+19
* added resetIndex() to RepositoryTestCaseChristian Halstrick2010-08-181-0/+44
* Add the parameter "update" to the Add commandStefan Lay2010-08-041-0/+1
* add fsTick() to RepositoryTestCaseChristian Halstrick2010-08-041-0/+36
* add more control to indexState() return-valueChristian Halstrick2010-08-041-40/+74
* Add tests for racy git / Index state encodingChristian Halstrick2010-07-281-0/+84
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-0/+1
* Rename Repository getWorkDir to getWorkTreeShawn O. Pearce2010-06-251-2/+2
* Use FileRepository where we assume other file semanticsShawn O. Pearce2010-06-251-1/+1
* Only import the sample data packs on tests that need themShawn O. Pearce2009-11-021-21/+1
* Refactor RepositoryTestCase to use LocalDiskRepository insteadShawn O. Pearce2009-11-021-213/+21
* Move setupReflog test function to only test that caresShawn O. Pearce2009-10-051-19/+0
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+347