aboutsummaryrefslogtreecommitdiffstats
path: root/models-dao/src/test/resources/META-INF/persistence.xml
diff options
context:
space:
mode:
authorning.xi <ning.xi@est.tech>2020-02-13 18:00:36 +0800
committerning.xi <ning.xi@est.tech>2020-02-18 09:26:18 +0800
commite2fe6126d0221ca55bed2f1f0de6a6b9346bd220 (patch)
treec8cca0bf665ae2009e272626b1d46b02802bf727 /models-dao/src/test/resources/META-INF/persistence.xml
parentad1cd2013f45da5764fc9610db1f679d3c3762cb (diff)
add unit test for pdpstatistics provider
Issue-ID: POLICY-2314 Signed-off-by: ning.xi <ning.xi@est.tech> Change-Id: Ifb23ab301a326cc30950ecc2f115979fa261bc68
Diffstat (limited to 'models-dao/src/test/resources/META-INF/persistence.xml')
-rw-r--r--models-dao/src/test/resources/META-INF/persistence.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/models-dao/src/test/resources/META-INF/persistence.xml b/models-dao/src/test/resources/META-INF/persistence.xml
index 5314ebbdb..04b2c5b44 100644
--- a/models-dao/src/test/resources/META-INF/persistence.xml
+++ b/models-dao/src/test/resources/META-INF/persistence.xml
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
============LICENSE_START=======================================================
- Copyright (C) 2019 Nordix Foundation.
+ Copyright (C) 2019-2020 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
+
SPDX-License-Identifier: Apache-2.0
============LICENSE_END=========================================================
-->
@@ -28,12 +28,13 @@
<class>org.onap.policy.models.base.PfConceptKey</class>
<class>org.onap.policy.models.dao.DummyConceptEntity</class>
<class>org.onap.policy.models.dao.DummyReferenceEntity</class>
+ <class>org.onap.policy.models.dao.DummyTimestampEntity</class>
<properties>
<property name="eclipselink.ddl-generation" value="drop-and-create-tables" />
<property name="eclipselink.ddl-generation.output-mode" value="database" />
<property name="eclipselink.logging.level" value="INFO" />
-
+
<property name="eclipselink.logging.level" value="ALL" />
<property name="eclipselink.logging.level.jpa" value="ALL" />
<property name="eclipselink.logging.level.ddl" value="ALL" />
@@ -44,7 +45,6 @@
<property name="eclipselink.logging.level.server" value="ALL" />
<property name="eclipselink.logging.level.query" value="ALL" />
<property name="eclipselink.logging.level.properties" value="ALL" />
-
</properties>
</persistence-unit>
</persistence>