From 12ca0870caabd3d8d797030e710dbfa0a64b4d4b Mon Sep 17 00:00:00 2001 From: Brian Sweeney Date: Thu, 31 May 2018 09:29:43 -0600 Subject: [PATCH] comments --- .../IngestedWithHashAndFileTypeInterCaseTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/test/qa-functional/src/org/sleuthkit/autopsy/commonfilessearch/IngestedWithHashAndFileTypeInterCaseTests.java b/Core/test/qa-functional/src/org/sleuthkit/autopsy/commonfilessearch/IngestedWithHashAndFileTypeInterCaseTests.java index 5506a0aa6a..4d00253f0a 100644 --- a/Core/test/qa-functional/src/org/sleuthkit/autopsy/commonfilessearch/IngestedWithHashAndFileTypeInterCaseTests.java +++ b/Core/test/qa-functional/src/org/sleuthkit/autopsy/commonfilessearch/IngestedWithHashAndFileTypeInterCaseTests.java @@ -82,6 +82,7 @@ public class IngestedWithHashAndFileTypeInterCaseTests extends NbTestCase { */ public void testOne() { try { + //this is proabbly not needed and should be pulled out of the constructor if possible Map dataSources = this.utils.getDataSourceMap(); CommonFilesMetadataBuilder builder = new AllCasesEamDbCommonFilesAlgorithm(dataSources, false, false);