Fixed test

This commit is contained in:
Luca Frosini 2019-09-23 12:04:12 +02:00
parent 6833e9fe3b
commit 9a252fde8e
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ public class SoBigDataHarvesterTest extends ContextTest {
// @Test
public void testGroupList() throws Exception {
ContextTest.setContextByName("/d4science.research-infrastructures.eu/D4Research/AGINFRAplusDev");
// ContextTest.setContextByName("/d4science.research-infrastructures.eu/D4Research/AGINFRAplusDev");
// ContextTest.setContextByName("/d4science.research-infrastructures.eu/gCubeApps/SIASPA");
List<String> groups = SoBigDataHarvester.listGroup();
logger.debug("{}", groups);
}