Update for more Logging Info
[aaf/authz.git] / auth / auth-cass / src / test / java / org / onap / aaf / auth / direct / test / JU_DirectAAFLur.java
index 0507743..f0f3c5d 100644 (file)
@@ -237,7 +237,7 @@ public class JU_DirectAAFLur {
                
                assertFalse(pp.match(null));
                
-               pond = new AAFPermission("null.test", "name", "instance", "action");
-               pp.match(pond);
+               pond = new AAFPermission("test.test", "test", "test", "test");
+               assertTrue(pp.match(pond));
        }
 }