Fix centos build issue 30/90730/2
authorJim Hahn <jrh3@att.com>
Mon, 1 Jul 2019 14:11:35 +0000 (10:11 -0400)
committerJim Hahn <jrh3@att.com>
Mon, 1 Jul 2019 14:20:46 +0000 (14:20 +0000)
commit86554962a34c4e7c16821f91a12242a4ffb36368
treead1f9441757a416d853537029d46937cb288a5cc
parentc5f234ca60840a1de8c9486c51226e6a294c57f3
Fix centos build issue

Seeing this when trying to build in centos:
  10:04:12 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0,
    Time elapsed: 0.459 s - in
    org.onap.policy.pap.ia.DbAuditCompareEntriesTest
  10:04:12 [INFO]
  10:04:12 [INFO] Results:
  10:04:12 [INFO]
  10:04:12 [ERROR] Failures:
  10:04:12 [ERROR]   XACMLPAPTest.testDummy:907
  10:04:12 [ERROR] Errors:
  10:04:12 [ERROR]   XACMLPAPTest.getDictionary:886 ยป NullPointer
...

Modified the junit test(s) to create the JPA entities needed
by integrity audit, which is what was causing the above issues.

Change-Id: I405798a1946d377770529a99210a1cc57390667f
Issue-ID: POLICY-1737
Signed-off-by: Jim Hahn <jrh3@att.com>
ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/components/PolicyDBDaoTest.java