remove old style listeners in favor of event bus

This commit is contained in:
Sebastian Sdorra
2014-01-03 11:32:40 +01:00
parent b5d1f57c88
commit 5e6259f3b7
47 changed files with 239 additions and 1186 deletions

View File

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