Refs #11288: Made resource-registry more RESTful

Task-Url: https://support.d4science.org/issues/11288

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@168989 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2018-06-08 13:47:05 +00:00
parent d5f7daa4a1
commit 047f1a678d
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ public class ContextManagementTest extends ScopedTest {
delete(context); delete(context);
} }
@Test // @Test
public void createDevContext() throws Exception { public void createDevContext() throws Exception {
Context gcube = new ContextImpl("gcube"); Context gcube = new ContextImpl("gcube");
gcube = create(gcube); gcube = create(gcube);