James Moger
2011-04-15 87cc1ed60735a419a3ea23f20614fc0a3f9bab60
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);