Fixed test

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/is-exporter-se-plugin@178963 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2019-04-09 15:35:54 +00:00
parent f50cb2d9da
commit f2fbdc2f88
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ public class ISExporterPluginTest {
ISExporterPlugin isExporterPlugin = new ISExporterPlugin(new ISExporterPluginDeclaration());
Map<String,Object> inputs = new HashMap<String,Object>();
inputs.put(ISExporterPlugin.FILTERED_REPORT, true);
inputs.put(ISExporterPlugin.STATISTICS, true);
isExporterPlugin.launch(inputs);
logger.info("\n\n\n");
}