updated test main

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/uri-resolver-manager@100707 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2014-10-15 10:54:05 +00:00
parent c0f9ff4a5a
commit 33a70cf6a1
1 changed files with 2 additions and 2 deletions

View File

@ -143,8 +143,8 @@ public class UriResolverManager {
ScopeProvider.instance.set("/gcube/devsec/devVRE");
UriResolverManager resolver = new UriResolverManager("GIS");
Map<String, String> params = new HashMap<String, String>();
params.put("gis-UUID", "12345");
params.put("scope", "/gcube");
params.put("gis-UUID", "eb1a1b63-f324-47ee-9522-b8f5803e19ec");
params.put("scope", "/gcube/devsec/devVRE");
resolver.getLink(params, true);
} catch (UriResolverMapException e) {
// TODO Auto-generated catch block