aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RacyGitTests.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.11' into stable-5.0stable-5.0Matthias Sohn2019-09-031-94/+40
|\
| * Delete unused FileTreeIteratorWithTimeControlMatthias Sohn2019-09-031-68/+0
| * Fix RacyGitTests#testRacyGitDetectionMatthias Sohn2019-09-031-11/+26
| * Change RacyGitTests to create a racy git situation in a stable wayMasaya Suzuki2019-09-031-25/+24
* | Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-4/+1
|/
* Fix test configuration to run RacyGitTests, and fix testRacyGitDetectionDavid Pursehouse2017-03-191-2/+10
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* 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