[BUGFIX] Added validate to create required directories

This commit is contained in:
JKetelaar
2017-02-03 21:25:34 +01:00
parent 1b2375145c
commit f58eef3c62
@@ -14,6 +14,8 @@ public class CacheValidationTest {
@Test
public void test() throws IOException {
Directories.validate();
File fileOne = new File(Directories.getCachePath(), "should-exist.tmp");
File fileTwo = new File(Directories.getCachePath(), "should-not-exist.tmp");