changed main test

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/uri-resolver-manager@100697 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2014-10-15 09:56:34 +00:00
parent 0066d24180
commit faf0b3dbe4
1 changed files with 3 additions and 4 deletions

View File

@ -141,11 +141,10 @@ public class UriResolverManager {
try {
ScopeProvider.instance.set("/gcube/devsec/devVRE");
UriResolverManager resolver = new UriResolverManager("SMP");
UriResolverManager resolver = new UriResolverManager("GIS");
Map<String, String> params = new HashMap<String, String>();
params.put("smp-uri", "12345");
params.put("fileName", "/gcube");
params.put("contentType", "/gcube");
params.put("gis-UUID", "12345");
params.put("scope", "/gcube");
resolver.getLink(params, true);
} catch (UriResolverMapException e) {
// TODO Auto-generated catch block