aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/InitCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-3/+8
* Cleanup directories leftover by test.Adrian Goerler2011-07-071-10/+0
* Cloning should fail when destination directory exists and is not emptyAdrian Goerler2011-07-061-0/+14
* Do not catch Exception in test casesStefan Lay2011-07-061-25/+16
* Make sure test repositories are closedChristian Halstrick2011-05-311-0/+2
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-10/+3
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-1/+10
* Add InitCommandChris Aniszczyk2010-12-051-0/+100