From cdf5ffba4002b5a8aca77676b14928f00f3c79e6 Mon Sep 17 00:00:00 2001 From: wr148d Date: Thu, 13 Jan 2022 09:39:16 -0500 Subject: [PATCH] [AAI] Revert some testing changes to ignore tests and rollback of eclipse perisistence Issue-ID: AAI-3428 Change-Id: Ib1a1235d44c1c0ddc767ad944eccafec7de618d1 Signed-off-by: wr148d --- .../sideeffect/{OwnerCheckTest.java => AOwnerCheckTest.java} | 4 +--- aai-parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) rename aai-core/src/test/java/org/onap/aai/introspection/sideeffect/{OwnerCheckTest.java => AOwnerCheckTest.java} (99%) 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 similarity index 99% rename from aai-core/src/test/java/org/onap/aai/introspection/sideeffect/OwnerCheckTest.java rename to 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. 0.31.0 1.1.9 4.0.2 - 2.6.0 + 2.6.2 1.0.1-oss 2.3.31 19.0 -- 2.16.6