fix in build

This commit is contained in:
Greg DiCristofaro 2020-11-03 08:16:27 -05:00
parent 592330958e
commit ad1b46d084

View File

@ -200,7 +200,7 @@
<!--sets up integration test system properties, calls underlying test-init, <!--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--> 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"> <target name="test-qa-functional">