Skip to content
Snippets Groups Projects
Commit bcc51b3b authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

fix for integration-test target

parent ad13cdfa
No related branches found
No related tags found
No related merge requests found
...@@ -217,8 +217,7 @@ ...@@ -217,8 +217,7 @@
</target> </target>
<target name="integration-test"> <target name="integration-test">
<fail message="Missing required argument: integrationConfigFile" unless="integrationConfigFile"/> <!--We want only integration testing to run from this-->
<!--We don't want integration testing to run from standard qa functional-->
<property name="test.includes" value="**/org/sleuthkit/autopsy/integrationtesting/MainTestRunner.class"/> <property name="test.includes" value="**/org/sleuthkit/autopsy/integrationtesting/MainTestRunner.class"/>
<antcall target="projectized-common.test-qa-functional" /> <antcall target="projectized-common.test-qa-functional" />
</target> </target>
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
*/ */
package org.sleuthkit.autopsy.integrationtesting.config; package org.sleuthkit.autopsy.integrationtesting.config;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.type.CollectionType; import com.fasterxml.jackson.databind.type.CollectionType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment