| | |
| | | GitBlitTest.class, FederationTests.class, RpcTests.class, GitServletTest.class, GitDaemonTest.class,
|
| | | SshDaemonTest.class, GroovyScriptTest.class, LuceneExecutorTest.class, RepositoryModelTest.class,
|
| | | FanoutServiceTest.class, Issue0259Test.class, Issue0271Test.class, HtpasswdAuthenticationTest.class,
|
| | | ModelUtilsTest.class, JnaUtilsTest.class, LdapSyncServiceTest.class, FileTicketServiceTest.class, |
| | | ModelUtilsTest.class, JnaUtilsTest.class, LdapSyncServiceTest.class, FileTicketServiceTest.class,
|
| | | BranchTicketServiceTest.class, RedisTicketServiceTest.class, AuthenticationManagerTest.class,
|
| | | SshKeysDispatcherTest.class, UITicketTest.class }) |
| | | SshKeysDispatcherTest.class, UITicketTest.class, PathUtilsTest.class })
|
| | | public class GitBlitSuite {
|
| | |
|
| | | public static final File BASEFOLDER = new File("data");
|
| | |
| | | return getRepository("test/gitective.git");
|
| | | }
|
| | |
|
| | | public static Repository getTicketsTestRepository() { |
| | | JGitUtils.createRepository(REPOSITORIES, "gb-tickets.git").close(); |
| | | return getRepository("gb-tickets.git"); |
| | | } |
| | | |
| | | public static Repository getTicketsTestRepository() {
|
| | | JGitUtils.createRepository(REPOSITORIES, "gb-tickets.git").close();
|
| | | return getRepository("gb-tickets.git");
|
| | | }
|
| | |
|
| | | private static Repository getRepository(String name) {
|
| | | try {
|
| | | File gitDir = FileKey.resolve(new File(REPOSITORIES, name), FS.DETECTED);
|