aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RacyGitTests.java
Commit message (Expand)AuthorAgeFilesLines
* RacyGitTests: Open NameConflictTreeWalk in try-with-resourceDavid Pursehouse2016-02-121-32/+36
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-0/+1
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-4/+5
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-3/+4
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+3
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-071-1/+0
* Add blob-data to utility method indexState()Christian Halstrick2010-08-181-6/+6
* added resetIndex() to RepositoryTestCaseChristian Halstrick2010-08-181-23/+2
* add fsTick() to RepositoryTestCaseChristian Halstrick2010-08-041-32/+0
* add more control to indexState() return-valueChristian Halstrick2010-08-041-12/+10
* Add tests for racy git / Index state encodingChristian Halstrick2010-07-281-0/+225