Tests
This commit is contained in:
parent
b115c8088b
commit
409df28cc1
|
@ -16,6 +16,7 @@ public class GCubeTest {
|
||||||
|
|
||||||
|
|
||||||
testContext = "/pred4s/preprod/preVRE";
|
testContext = "/pred4s/preprod/preVRE";
|
||||||
|
testContext = "/pred4s/preprod/preVRE_ext";
|
||||||
// testContext = "/d4science.research-infrastructures.eu/D4OS/GNA";
|
// testContext = "/d4science.research-infrastructures.eu/D4OS/GNA";
|
||||||
// testContext= "/gcube/devsec/devVRE";
|
// testContext= "/gcube/devsec/devVRE";
|
||||||
|
|
||||||
|
|
|
@ -98,7 +98,12 @@ public class ProfiledConcessioniTests extends AbstractProfiledDocumentsTests{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void testGetById() throws Exception {
|
||||||
|
assumeTrue(GCubeTest.isTestInfrastructureEnabled());
|
||||||
|
getById("63cffb238f66b84c444dae4f");
|
||||||
|
System.out.println("Done");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue