added a log
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@174009 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
89076f4faf
commit
25779bfe95
|
@ -93,6 +93,8 @@ public class CatalogueResolver {
|
|||
public Response postCatalogue(@Context HttpServletRequest req, CatalogueRequest jsonRequest) {
|
||||
InnerMethodName.instance.set("postCataloguePublicLink");
|
||||
logger.info(CatalogueResolver.class.getSimpleName()+" POST starts...");
|
||||
|
||||
logger.info("The body contains the request: "+jsonRequest.toString());
|
||||
//final CatalogueEntityRequest cer = new CatalogueEntityRequest();
|
||||
|
||||
//CHECK IF INPUT SCOPE IS VALID
|
||||
|
|
|
@ -18,7 +18,6 @@ import java.util.Map;
|
|||
import org.apache.commons.io.FilenameUtils;
|
||||
import org.apache.http.HttpStatus;
|
||||
import org.gcube.datatransfer.resolver.util.HTTPCallsUtils;
|
||||
import org.junit.Test;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
|
@ -166,7 +165,7 @@ public class TestResolvers {
|
|||
* Storage hub test.
|
||||
* @throws Exception
|
||||
*/
|
||||
@Test
|
||||
// @Test
|
||||
public void catalogueResolverCreateItemURLTest() throws Exception{
|
||||
|
||||
String entityName = "sarda-sarda";
|
||||
|
|
Loading…
Reference in New Issue