From ad1b46d0848ed379f67c73ff535121d1256b10a7 Mon Sep 17 00:00:00 2001
From: Greg DiCristofaro <gregd@basistech.com>
Date: Tue, 3 Nov 2020 08:16:27 -0500
Subject: [PATCH] fix in build

---
 Core/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Core/build.xml b/Core/build.xml
index d3de404aa1..1e3a313e6c 100644
--- a/Core/build.xml
+++ b/Core/build.xml
@@ -200,7 +200,7 @@
 
     <!--sets up integration test system properties, calls underlying test-init, 
     get test data files if they have not been retrieved, and then sets up the pathing jar-->
-    <target name="test-init" depends="setup-integration-props,projectized-common.test-init,getTestDataFiles,integration-pathing-jar" />
+    <target name="test-init" depends="setup-integration-props,projectized-common.test-init,getTestDataFiles,qa-functional-pathing-jar" />
         
     
     <target name="test-qa-functional">
-- 
GitLab