From 155bf78e3377910d29b2c912f58c0f496cb428e8 Mon Sep 17 00:00:00 2001 From: James Moger Date: Thu, 14 Apr 2011 19:44:47 -0400 Subject: Generate Keys class from gitblit.properties as part of build process. --- src/com/gitblit/tests/JGitUtilsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/gitblit/tests/JGitUtilsTest.java') diff --git a/src/com/gitblit/tests/JGitUtilsTest.java b/src/com/gitblit/tests/JGitUtilsTest.java index abc733c9..c77aaaf1 100644 --- a/src/com/gitblit/tests/JGitUtilsTest.java +++ b/src/com/gitblit/tests/JGitUtilsTest.java @@ -86,7 +86,7 @@ public class JGitUtilsTest extends TestCase { 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); -- cgit v1.2.3