aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ObjectIdTest.java
Commit message (Expand)AuthorAgeFilesLines
* Organize importsDavid Pursehouse2016-11-141-1/+0
* Throw InvalidObjectIdException from ObjectId.fromString("tooshort")Jonathan Nieder2015-07-061-0/+17
* cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg2012-09-031-1/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-2/+19
* Add MutableObjectId setByte to modify a mutable idShawn O. Pearce2010-11-041-0/+29
* Add ObjectId getByte for random accessShawn O. Pearce2010-11-041-0/+125