diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-14 19:44:47 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-14 19:44:47 -0400 |
commit | 155bf78e3377910d29b2c912f58c0f496cb428e8 (patch) | |
tree | be65a3b6276499c914f3a3f0994dfde9956f4dc9 /src/com/gitblit/tests/JGitUtilsTest.java | |
parent | fc948cacef9c9b8c0a1e84cbc082ca67cd5f68d9 (diff) | |
download | gitblit-155bf78e3377910d29b2c912f58c0f496cb428e8.tar.gz gitblit-155bf78e3377910d29b2c912f58c0f496cb428e8.zip |
Generate Keys class from gitblit.properties as part of build process.
Diffstat (limited to 'src/com/gitblit/tests/JGitUtilsTest.java')
-rw-r--r-- | src/com/gitblit/tests/JGitUtilsTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|