Improve coverage of Cadi
[aaf/authz.git] / cadi / core / src / test / java / org / onap / aaf / cadi / test / JU_Symm.java
index 57cc222..753451e 100644 (file)
@@ -190,7 +190,7 @@ public class JU_Symm {
 
        @Test
        public void AccessObtainTest() throws Exception {
-               PropAccess pa = new PropAccess("cadi_keyfile=test/keyfile");
+               PropAccess pa = new PropAccess("cadi_keyfile=src/test/resources/keyfile");
                Symm symm = Symm.obtain(pa);
                String orig ="Another Password, please";
                String encrypted = symm.enpass(orig);