Restore filesystem scans

This commit is contained in:
James Agnew 2019-11-07 15:14:57 -05:00
parent 58b7363a5d
commit c809b0f281
1 changed files with 2 additions and 1 deletions

View File

@ -455,8 +455,9 @@ public class TestingUtilities {
}
}
// TODO: JA need to figure out how to detect that we're running in maven
private static boolean isTryToLoadFromFileSystem() {
return false;
return true;
}
public static String loadTestResource(String... paths) throws IOException {