From 3d8b06477807e6d21632661f75b0627075e1775d Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 11 Apr 2017 17:52:28 +0000 Subject: [PATCH] Changed code to allow to pass ResourceRegistry URL for testing purpose git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-publisher@146777 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../resourceregistry/publisher/ScopedTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/gcube/informationsystem/resourceregistry/publisher/ScopedTest.java b/src/test/java/org/gcube/informationsystem/resourceregistry/publisher/ScopedTest.java index fa06b99..c8b51e6 100644 --- a/src/test/java/org/gcube/informationsystem/resourceregistry/publisher/ScopedTest.java +++ b/src/test/java/org/gcube/informationsystem/resourceregistry/publisher/ScopedTest.java @@ -71,8 +71,8 @@ public class ScopedTest { GCUBE = properties.getProperty(GCUBE_VARNAME); - DEFAULT_TEST_SCOPE = GCUBE_DEVSEC; - ALTERNATIVE_TEST_SCOPE = GCUBE_DEVSEC_DEVVRE; + DEFAULT_TEST_SCOPE = GCUBE_DEVNEXT; + ALTERNATIVE_TEST_SCOPE = GCUBE_DEVNEXT_NEXTNEXT; properties = new Properties();