Register own git config

This commit is contained in:
Rene Pfeuffer
2019-10-09 10:57:58 +02:00
parent 7af882fe8e
commit a81049eea3
3 changed files with 79 additions and 45 deletions

View File

@@ -40,12 +40,12 @@ public class GitModifyCommand_LFSTest extends AbstractGitCommandTestBase {
@Before
public void registerFilter() {
new GitLfsFilterModule().configure(null);
new GitLfsFilterContextListener(contextProvider).contextInitialized(null);
}
@After
public void unregisterFilter() {
new GitLfsFilterModule().unregister();
new GitLfsFilterContextListener(contextProvider).contextDestroyed(null);
}
@Test