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:
parent
0066d24180
commit
faf0b3dbe4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue