1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-03 22:39:56 +00:00

checked out ingestfilterTest

This commit is contained in:
rishwanth1995
2018-04-13 13:36:46 -04:00
parent e86e81de9b
commit 5f210fd08d

View File

@@ -84,7 +84,7 @@ public class IngestFileFiltersTest extends NbTestCase {
Assert.fail(ex);
}
}
assertFalse("Unable to delete existing test directory",CASE_DIRECTORY_PATH.toFile().exists());
assertFalse("Unable to delete existing test directory", CASE_DIRECTORY_PATH.toFile().exists());
// Create the test directory
CASE_DIRECTORY_PATH.toFile().mkdirs();