mysql connector to mariadb changes
[policy/engine.git] / ONAP-PAP-REST / src / test / java / org / onap / policy / pap / xacml / rest / components / PolicyDBDaoTest.java
index 14afa01..bba2afa 100644 (file)
@@ -68,7 +68,7 @@ public class PolicyDBDaoTest {
        EntityManagerFactory emf;
        @Before
        public void init(){
-               System.setProperty(XACMLProperties.XACML_PROPERTIES_NAME,"xacml.pap.properties");
+           System.setProperty(XACMLProperties.XACML_PROPERTIES_NAME,"src/test/resources/xacml.pap.properties");
                emf = Persistence.createEntityManagerFactory("testPapPU");
                EntityManager em = emf.createEntityManager();
                em.getTransaction().begin();