test for landing pages added

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@162170 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2018-01-15 13:25:27 +00:00
parent 63c525fe5c
commit ba98ce6f17
1 changed files with 8 additions and 0 deletions

View File

@ -50,6 +50,14 @@ public class TestDataCatalogueLib {
logger.debug("Statistics " + utils.getStatistics());
}
//@Test
public void getLandingPages() throws Exception{
DataCatalogueImpl utils = factory.getUtilsPerScope(scope);
logger.debug("Landing pages " + utils.getLandingPages());
}
//@Test
public void getDatasetIdsFromDB() throws Exception{