one more junit test added
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@133015 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e54a81eec2
commit
279625a541
|
@ -302,5 +302,15 @@ public class TestDataCatalogueLib {
|
|||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
//@Test
|
||||
public void testGroupAssociation() throws Exception{
|
||||
|
||||
DataCatalogueImpl instance = factory.getUtilsPerScope(scope);
|
||||
String datasetId = "test_grsf_group_stock_groups_sadsad";
|
||||
String groupName = "assessment-unit";
|
||||
instance.assignDatasetToGroup(groupName, datasetId, instance.getApiKeyFromUsername("costantino_perciante"));
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue