fixed junit test

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@174010 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-11-06 16:16:40 +00:00
parent 25779bfe95
commit 91ee3a1171
1 changed files with 3 additions and 2 deletions

View File

@ -165,11 +165,12 @@ public class TestResolvers {
* Storage hub test.
* @throws Exception
*/
// @Test
//@Test
public void catalogueResolverCreateItemURLTest() throws Exception{
String entityName = "sarda-sarda";
String entityContext = "product";
//String entityContext = "product";
String entityContext = "dataset";
String scope = "/gcube/devsec/devVRE";
String url = String.format("%s/%s",URI_RESOLVER_SERVICE_ENDPOINT,"catalogue");