Document SimpleGitWorkingCopyFactory

This commit is contained in:
René Pfeuffer
2020-05-10 17:03:01 +02:00
parent f74b7626eb
commit 62a47d016f
14 changed files with 226 additions and 58 deletions

View File

@@ -96,7 +96,7 @@ public class SimpleSvnWorkingCopyFactoryTest extends AbstractSvnCommandTestBase
@Test
public void shouldReturnRepository() {
SimpleSvnWorkingCopyFactory factory = new SimpleSvnWorkingCopyFactory(new NoneCachingWorkingCopyPool(workdirProvider));
Repository scmRepository = factory.getScmRepository(createContext());
Repository scmRepository = createContext().getRepository();
assertThat(scmRepository).isSameAs(repository);
}
}