enable handler tests

This commit is contained in:
Sebastian Sdorra
2014-01-11 11:02:04 +01:00
parent 70f9c64cc5
commit 7627a6bc00
2 changed files with 2 additions and 5 deletions

View File

@@ -43,13 +43,11 @@ import static org.junit.Assert.*;
//~--- JDK imports ------------------------------------------------------------
import java.io.File;
import org.junit.Ignore;
/**
*
* @author Sebastian Sdorra
*/
@Ignore
public class GitRepositoryHandlerTest extends SimpleRepositoryHandlerTestBase
{

View File

@@ -43,13 +43,11 @@ import static org.junit.Assert.*;
//~--- JDK imports ------------------------------------------------------------
import java.io.File;
import org.junit.Ignore;
/**
*
* @author Sebastian Sdorra
*/
@Ignore
public class SvnRepositoryHandlerTest extends SimpleRepositoryHandlerTestBase
{
@@ -94,6 +92,7 @@ public class SvnRepositoryHandlerTest extends SimpleRepositoryHandlerTestBase
SvnConfig config = new SvnConfig();
config.setRepositoryDirectory(directory);
// TODO fix event bus exception
handler.setConfig(config);