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:
parent
25779bfe95
commit
91ee3a1171
|
@ -165,11 +165,12 @@ public class TestResolvers {
|
||||||
* Storage hub test.
|
* Storage hub test.
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
// @Test
|
//@Test
|
||||||
public void catalogueResolverCreateItemURLTest() throws Exception{
|
public void catalogueResolverCreateItemURLTest() throws Exception{
|
||||||
|
|
||||||
String entityName = "sarda-sarda";
|
String entityName = "sarda-sarda";
|
||||||
String entityContext = "product";
|
//String entityContext = "product";
|
||||||
|
String entityContext = "dataset";
|
||||||
String scope = "/gcube/devsec/devVRE";
|
String scope = "/gcube/devsec/devVRE";
|
||||||
|
|
||||||
String url = String.format("%s/%s",URI_RESOLVER_SERVICE_ENDPOINT,"catalogue");
|
String url = String.format("%s/%s",URI_RESOLVER_SERVICE_ENDPOINT,"catalogue");
|
||||||
|
|
Loading…
Reference in New Issue