mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-21 03:21:36 +01:00
Fix creation of root repository folder
The root folder has to be created with FileSystem, not only the data directory
This commit is contained in:
@@ -30,7 +30,7 @@ public class InitialRepositoryLocationResolverTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void shouldCreateInitialDirectory() {
|
||||
public void shouldComputeInitialDirectory() {
|
||||
InitialRepositoryLocationResolver resolver = new InitialRepositoryLocationResolver(context);
|
||||
Repository repository = new Repository();
|
||||
repository.setId("ABC");
|
||||
|
||||
Reference in New Issue
Block a user