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:
René Pfeuffer
2018-11-23 13:58:39 +01:00
parent aa596af880
commit 1e655e9c97
4 changed files with 15 additions and 24 deletions

View File

@@ -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");