diff options
author | 2018-09-06 12:53:21 +0000 | |
---|---|---|
committer | 2018-09-06 12:53:21 +0000 | |
commit | 5aeeaae2e6ea881dd11601bedc2ffc94443bc9d3 (patch) | |
tree | 42bbf56dcc9680be6b0fa2836596ebc80283f3d5 /ONAP-PAP-REST/src/test/java | |
parent | 5dfb55068e2bb88af55d6ce48c235cff7ea9b326 (diff) | |
parent | 7fd58e9a2427a215daa6b543e901534e83d3c246 (diff) |
Merge "XACML Platform Enhancements"
Diffstat (limited to 'ONAP-PAP-REST/src/test/java')
-rw-r--r-- | ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/components/PolicyDBDaoTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/components/PolicyDBDaoTest.java b/ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/components/PolicyDBDaoTest.java index bdfd8db33..89ddf84c5 100644 --- a/ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/components/PolicyDBDaoTest.java +++ b/ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/components/PolicyDBDaoTest.java @@ -156,6 +156,7 @@ public class PolicyDBDaoTest extends Mockito{ policyObject.policyAdapter.setPolicyType("Config"); policyObject.policyAdapter.setDomainDir("com"); policyObject.policyAdapter.setVersion("1"); + policyObject.policyAdapter.setHighestVersion(1); PolicyType policyTypeObject = new PolicyType(); policyObject.policyAdapter.setPolicyData(policyTypeObject); ClassLoader classLoader = getClass().getClassLoader(); |