James Moger
2013-10-01 31f305c2c9d1737dbcd4e3cac051cceb31d1cb1e
Remove unused issues test repository from test suite

Change-Id: Ib63aeefdffa5f747d76bc221a722bc6c2e5f58c4
1 files modified
5 ■■■■■ changed files
src/test/java/com/gitblit/tests/GitBlitSuite.java 5 ●●●●● patch | view | raw | blame | history
src/test/java/com/gitblit/tests/GitBlitSuite.java
@@ -98,11 +98,6 @@
        return getRepository("test/ambition.git");
    }
    public static Repository getIssuesTestRepository() throws Exception {
        JGitUtils.createRepository(REPOSITORIES, "gb-issues.git").close();
        return getRepository("gb-issues.git");
    }
    public static Repository getGitectiveRepository() throws Exception {
        return getRepository("test/gitective.git");
    }