This commit is contained in:
René Pfeuffer
2020-05-05 21:34:44 +02:00
parent 8bd17a03d7
commit fcdd2243c3
3 changed files with 4 additions and 19 deletions

View File

@@ -65,7 +65,7 @@ public class SimpleSvnWorkingCopyFactoryTest extends AbstractSvnCommandTestBase
}
@Test
public void cloneFromPoolshouldNotBeReused() {
public void cloneFromPoolShouldNotBeReused() {
SimpleSvnWorkingCopyFactory factory = new SimpleSvnWorkingCopyFactory(new NoneCachingWorkingCopyPool(workdirProvider));
File firstDirectory;