From ab8b77ba65844a4580449bfcf68aad16d6855dfe Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 21 Jan 2021 14:44:35 +0100 Subject: [PATCH] Added hidden test --- .../contexts/ContextManagementTest.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/test/java/org/gcube/informationsystem/resourceregistry/contexts/ContextManagementTest.java b/src/test/java/org/gcube/informationsystem/resourceregistry/contexts/ContextManagementTest.java index f3b2963..d736e77 100644 --- a/src/test/java/org/gcube/informationsystem/resourceregistry/contexts/ContextManagementTest.java +++ b/src/test/java/org/gcube/informationsystem/resourceregistry/contexts/ContextManagementTest.java @@ -195,6 +195,17 @@ public class ContextManagementTest extends ContextTest { } } + /* + @Test + public void createDelete() throws Exception { + Context contextA1 = new ContextImpl(CTX_NAME_A); + contextA1 = create(contextA1); + + delete(contextA1); + logger.debug("The DB should be now clean"); + } + */ + @Test public void completeTest() throws Exception { Context contextA1 = new ContextImpl(CTX_NAME_A);