From 749b8833e3468565d334cac1262b7f2c6497c035 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Thu, 26 Apr 2018 09:48:33 -0400 Subject: [PATCH] Update EmbeddedFileTest.java Fix spelling error --- .../src/org/sleuthkit/autopsy/ingest/EmbeddedFileTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/test/qa-functional/src/org/sleuthkit/autopsy/ingest/EmbeddedFileTest.java b/Core/test/qa-functional/src/org/sleuthkit/autopsy/ingest/EmbeddedFileTest.java index 4f9c197773..70a5ea8bcf 100755 --- a/Core/test/qa-functional/src/org/sleuthkit/autopsy/ingest/EmbeddedFileTest.java +++ b/Core/test/qa-functional/src/org/sleuthkit/autopsy/ingest/EmbeddedFileTest.java @@ -94,7 +94,7 @@ public class EmbeddedFileTest extends NbTestCase { CaseUtils.deleteCaseDir(CASE_DIRECTORY_PATH); } - public void testEncription() { + public void testEncryption() { try { List results = openCase.getSleuthkitCase().findAllFilesWhere("name LIKE '%%'"); String protectedName1 = "password_protected.zip";