From 7fc50be129ff2f105c54ae2e543a64ba3dfe5f91 Mon Sep 17 00:00:00 2001 From: "luca.frosini" Date: Thu, 12 Oct 2017 09:43:28 +0000 Subject: [PATCH] set devnext as default context for test git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@155172 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../gcube/informationsystem/resourceregistry/ScopedTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/gcube/informationsystem/resourceregistry/ScopedTest.java b/src/test/java/org/gcube/informationsystem/resourceregistry/ScopedTest.java index 83729c8..8537adc 100644 --- a/src/test/java/org/gcube/informationsystem/resourceregistry/ScopedTest.java +++ b/src/test/java/org/gcube/informationsystem/resourceregistry/ScopedTest.java @@ -59,7 +59,7 @@ public class ScopedTest { GCUBE_DEVSEC = properties.getProperty(GCUBE_DEVSEC_VARNAME); GCUBE_DEVSEC_DEVVRE = properties.getProperty(GCUBE_DEVSEC_DEVVRE_VARNAME); - DEFAULT_TEST_SCOPE = GCUBE_DEVSEC; + DEFAULT_TEST_SCOPE = GCUBE_DEVNEXT; ALTERNATIVE_TEST_SCOPE = GCUBE_DEVNEXT_NEXTNEXT; }