From a5b2b78cc8424a8f2de2c44e8b566987b7c510b2 Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Wed, 5 Dec 2018 16:00:52 +0000 Subject: [PATCH] fixing exclude of "shub" git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@174598 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/WEB-INF/gcube-app.xml | 3 +-- src/test/java/rest/TestResolvers.java | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/gcube-app.xml b/src/main/webapp/WEB-INF/gcube-app.xml index 1a45af6..d928d43 100644 --- a/src/main/webapp/WEB-INF/gcube-app.xml +++ b/src/main/webapp/WEB-INF/gcube-app.xml @@ -10,9 +10,8 @@ /ctlg* /catalogue /geonetwork - /shub + /shub* /parthenos_registry /analytics/get /knime/get - \ No newline at end of file diff --git a/src/test/java/rest/TestResolvers.java b/src/test/java/rest/TestResolvers.java index 08c2fe1..4413df0 100644 --- a/src/test/java/rest/TestResolvers.java +++ b/src/test/java/rest/TestResolvers.java @@ -19,6 +19,7 @@ import org.apache.commons.io.FilenameUtils; import org.apache.commons.io.IOUtils; import org.apache.http.HttpStatus; import org.gcube.datatransfer.resolver.util.HTTPCallsUtils; +import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -41,7 +42,7 @@ public class TestResolvers { * * @throws Exception the exception */ - //@Test + @Test public void testStorageHub() throws Exception{ String storageHubId = "2019b881-083b-444a-81be-8abee4b91020";