James Moger
2011-04-14 155bf78e3377910d29b2c912f58c0f496cb428e8
src/com/gitblit/tests/JGitUtilsTest.java
@@ -86,7 +86,7 @@
      r.close();
      assertTrue("No changed paths found!", paths.size() > 0);
   }
   public void testCommitDiff() throws Exception {
      Repository r = getRepository();
      RevCommit commit = JGitUtils.getCommit(r, Constants.HEAD);