aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-01-13 09:39:16 -0500
committerwr148d <wr148d@att.com>2022-01-13 10:34:21 -0500
commitcdf5ffba4002b5a8aca77676b14928f00f3c79e6 (patch)
tree4f29cdbc4b12f11311ea2af128e7d0ae218f5467
parentff85166641ff3f59a928f7111ca2416d6394c5a0 (diff)
[AAI] Revert some testing changes to ignore tests and rollback of eclipse perisistence
Issue-ID: AAI-3428 Change-Id: Ib1a1235d44c1c0ddc767ad944eccafec7de618d1 Signed-off-by: wr148d <wr148d@att.com>
-rw-r--r--aai-core/src/test/java/org/onap/aai/introspection/sideeffect/AOwnerCheckTest.java (renamed from aai-core/src/test/java/org/onap/aai/introspection/sideeffect/OwnerCheckTest.java)4
-rw-r--r--aai-parent/pom.xml2
2 files changed, 2 insertions, 4 deletions
diff --git a/aai-core/src/test/java/org/onap/aai/introspection/sideeffect/OwnerCheckTest.java b/aai-core/src/test/java/org/onap/aai/introspection/sideeffect/AOwnerCheckTest.java
index 170fa739..e9f8d9b8 100644
--- a/aai-core/src/test/java/org/onap/aai/introspection/sideeffect/OwnerCheckTest.java
+++ b/aai-core/src/test/java/org/onap/aai/introspection/sideeffect/AOwnerCheckTest.java
@@ -52,12 +52,10 @@ import org.onap.aai.serialization.db.DBSerializer;
import org.onap.aai.serialization.engines.JanusGraphDBEngine;
import org.onap.aai.serialization.engines.QueryStyle;
import org.onap.aai.serialization.engines.TransactionalGraphEngine;
-import org.junit.Ignore;
@RunWith(value = Parameterized.class)
-@Ignore
-public class OwnerCheckTest extends AAISetup {
+public class AOwnerCheckTest extends AAISetup {
private static JanusGraph graph;
private final static ModelType introspectorFactoryType = ModelType.MOXY;
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml
index d6dffc2a..81198ace 100644
--- a/aai-parent/pom.xml
+++ b/aai-parent/pom.xml
@@ -60,7 +60,7 @@ limitations under the License.
<docker.fabric.version>0.31.0</docker.fabric.version>
<dmaap.client.version>1.1.9</dmaap.client.version>
<easy.mock.version>4.0.2</easy.mock.version>
- <eclipse.persistence.version>2.6.0</eclipse.persistence.version>
+ <eclipse.persistence.version>2.6.2</eclipse.persistence.version>
<eelf.core.version>1.0.1-oss</eelf.core.version>
<freemarker.version>2.3.31</freemarker.version>
<google.guava.version>19.0</google.guava.version>