@Before
public void setUp() throws Exception {
repository = new TaskRepository(RedmineCorePlugin.REPOSITORY_KIND, URL);
taskDataHandler = new RedmineTaskDataHandler(new RedmineRepositoryConnector(){
@Override
public Configuration getRepositoryConfiguration(TaskRepository repository) {
return IssueMapperTest.this.cfg;
}
});