diff --git a/src/test/java/rest/TestResolvers.java b/src/test/java/rest/TestResolvers.java index fb40e95..0a03b13 100644 --- a/src/test/java/rest/TestResolvers.java +++ b/src/test/java/rest/TestResolvers.java @@ -20,7 +20,6 @@ import org.apache.commons.io.IOUtils; import org.apache.http.HttpStatus; import org.gcube.datatransfer.resolver.applicationprofile.ApplicationProfileReader; import org.gcube.datatransfer.resolver.util.HTTPCallsUtils; -import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -171,7 +170,7 @@ public class TestResolvers { * * @throws Exception the exception */ - @Test + //@Test public void testCatalogueResolver() throws Exception{ String entityName = "sarda-sarda"; @@ -251,13 +250,14 @@ public class TestResolvers { } } + /** - * Storage hub test. + * Test catalogue resolver create private item url. * * @throws Exception the exception */ - //Test - public void testCatalogueResolverCreatePubrivatItemURL() throws Exception{ + //@Test + public void testCatalogueResolverCreatePrivateItemURL() throws Exception{ String entityName = "dynamic_reporting"; //String entityContext = "product"; @@ -422,9 +422,11 @@ public class TestResolvers { * */ private static final String APPLICATION_PROFILE = "ApplicationProfile"; + /** + * The main method. * - * @param args + * @param args the arguments */ public static void main(String[] args) {