Handling Policy deploy/undeploy audit models
[policy/models.git] / models-dao / src / test / java / org / onap / policy / models / dao / EntityTest.java
index 66fc1b5..59fc9b4 100644 (file)
@@ -183,6 +183,7 @@ public class EntityTest {
         pfDao.get(null, nullTimeKey);
         pfDao.getAll(null);
         pfDao.getAll(null, nullKey);
+        pfDao.getAll(null, null, null);
         pfDao.getConcept(null, nullKey);
         pfDao.getConcept(PfConceptKey.class, nullKey);
         pfDao.getConcept(null, nullRefKey);