From eabfa329d29594cf863e7dadfb2b30d3870bfa45 Mon Sep 17 00:00:00 2001 From: "luca.frosini" Date: Thu, 7 Dec 2017 12:51:57 +0000 Subject: [PATCH] Fixed test git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@160157 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../resourceregistry/context/ContextManagementTest.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/gcube/informationsystem/resourceregistry/context/ContextManagementTest.java b/src/test/java/org/gcube/informationsystem/resourceregistry/context/ContextManagementTest.java index 3a86728..c79891c 100644 --- a/src/test/java/org/gcube/informationsystem/resourceregistry/context/ContextManagementTest.java +++ b/src/test/java/org/gcube/informationsystem/resourceregistry/context/ContextManagementTest.java @@ -411,7 +411,7 @@ public class ContextManagementTest extends ScopedTest { invalidDelete(contextA1); invalidDelete(contextA2); invalidDelete(contextB4); - + delete(contextA5); // ________A1________ // ___A2_______B4____ @@ -451,7 +451,7 @@ public class ContextManagementTest extends ScopedTest { return all; } - + /* // @Test public void deleteAll() throws Exception { List all = getAll(); @@ -466,6 +466,7 @@ public class ContextManagementTest extends ScopedTest { // all = getAll(); } } + */ @Test public void testGetAll() throws Exception {