mysql connector to mariadb changes
[policy/engine.git] / ONAP-PAP-REST / src / test / java / org / onap / policy / pap / xacml / rest / components / ActionPolicyTest.java
index 3adb94c..b93cca3 100644 (file)
@@ -57,7 +57,7 @@ public class ActionPolicyTest {
        @Before
        public void setUp() throws Exception {
                logger.info("setUp: Entering");
-               System.setProperty(XACMLProperties.XACML_PROPERTIES_NAME,"xacml.pap.properties");
+               System.setProperty(XACMLProperties.XACML_PROPERTIES_NAME,"src/test/resources/xacml.pap.properties");
 
                dynamicRuleAlgorithmLabels.add("test");
                dynamicRuleAlgorithmField1.add("testField1");