From 408103ec14dd4e28f030b925d8bb86447bc8e429 Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Wed, 5 Dec 2018 16:04:56 +0000 Subject: [PATCH] fixing exclude of geonetwork* git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@174599 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/WEB-INF/gcube-app.xml | 2 +- src/test/java/rest/TestResolvers.java | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/gcube-app.xml b/src/main/webapp/WEB-INF/gcube-app.xml index d928d43..edfdd72 100644 --- a/src/main/webapp/WEB-INF/gcube-app.xml +++ b/src/main/webapp/WEB-INF/gcube-app.xml @@ -9,7 +9,7 @@ /storage* /ctlg* /catalogue - /geonetwork + /geonetwork* /shub* /parthenos_registry /analytics/get diff --git a/src/test/java/rest/TestResolvers.java b/src/test/java/rest/TestResolvers.java index 4413df0..08c2fe1 100644 --- a/src/test/java/rest/TestResolvers.java +++ b/src/test/java/rest/TestResolvers.java @@ -19,7 +19,6 @@ 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; @@ -42,7 +41,7 @@ public class TestResolvers { * * @throws Exception the exception */ - @Test + //@Test public void testStorageHub() throws Exception{ String storageHubId = "2019b881-083b-444a-81be-8abee4b91020";