fixed test
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-context-client@160175 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a178bd299e
commit
b5ab06f89e
|
@ -160,7 +160,7 @@ public class ResourceRegistryContextClientTest extends ScopedTest {
|
||||||
|
|
||||||
// @Test
|
// @Test
|
||||||
public void readTest() throws Exception {
|
public void readTest() throws Exception {
|
||||||
UUID uuid = UUID.fromString("828d488-285b-4383-af4b-4d72069ad11b");
|
UUID uuid = UUID.fromString("4828d488-285b-4383-af4b-4d72069ad11b");
|
||||||
Context gcube = read(uuid);
|
Context gcube = read(uuid);
|
||||||
logger.debug(ISMapper.marshal(gcube));
|
logger.debug(ISMapper.marshal(gcube));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue