From 4c8000e91a9dee0738e55e2bda930b94af474157 Mon Sep 17 00:00:00 2001 From: Temoc Rodriguez Date: Thu, 14 Dec 2017 15:58:32 -0800 Subject: Add guard junits Added a few junit files which test most functionality in the guard submodule. Some minor bugs were found by the junits and fixed those newly found bugs. Added persistence.xml for use by junits in guard. Issue-ID: POLICY-490 Change-Id: Ied7e276cfd417e1f396b5a6685a2e9acc9efd109 Signed-off-by: Temoc Rodriguez --- .../src/test/resources/META-INF/persistence.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 controlloop/common/guard/src/test/resources/META-INF/persistence.xml (limited to 'controlloop/common/guard/src/test/resources/META-INF/persistence.xml') diff --git a/controlloop/common/guard/src/test/resources/META-INF/persistence.xml b/controlloop/common/guard/src/test/resources/META-INF/persistence.xml new file mode 100644 index 000000000..f55c2f2d7 --- /dev/null +++ b/controlloop/common/guard/src/test/resources/META-INF/persistence.xml @@ -0,0 +1,22 @@ + + + + + + org.eclipse.persistence.jpa.PersistenceProvider + org.onap.policy.controlloop.eventmanager.OperationsHistoryDbEntry + + + + + + + + + + + + -- cgit 1.2.3-korg