From 21c465d07a0e2e9664ddabd6287f0655e1f44df1 Mon Sep 17 00:00:00 2001 From: sidheshenator Date: Tue, 17 Feb 2015 13:42:24 -0500 Subject: [PATCH] test error removed. --- Core/src/org/sleuthkit/autopsy/report/ReportGenerator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/report/ReportGenerator.java b/Core/src/org/sleuthkit/autopsy/report/ReportGenerator.java index a5361a4237..e5f676262f 100644 --- a/Core/src/org/sleuthkit/autopsy/report/ReportGenerator.java +++ b/Core/src/org/sleuthkit/autopsy/report/ReportGenerator.java @@ -893,7 +893,7 @@ import org.sleuthkit.datamodel.TskData; // @@@ There is a bug in here. We should use the tags in the below code // so that we only report the lists that we will later provide with real // hits. If no keyord hits are tagged, then we make the page for nothing. - listsRs = skCase.runQuery("SELECT att.value_text AS list" + //NON-NLS + listsRs = skCase.runQuery("SELECT att.value_text AS list " + //NON-NLS "FROM blackboard_attributes AS att, blackboard_artifacts AS art " + //NON-NLS "WHERE att.attribute_type_id = " + ATTRIBUTE_TYPE.TSK_SET_NAME.getTypeID() + " " + //NON-NLS "AND art.artifact_type_id = " + ARTIFACT_TYPE.TSK_KEYWORD_HIT.getTypeID() + " " + //NON-NLS