From f2fbdc2f886b6d2ecc584fcec103cd61183bdc45 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 9 Apr 2019 15:35:54 +0000 Subject: [PATCH] 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 --- .../gcube/informationsystem/exporter/ISExporterPluginTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginTest.java b/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginTest.java index 87079f1..cade6cc 100644 --- a/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginTest.java +++ b/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginTest.java @@ -30,6 +30,7 @@ public class ISExporterPluginTest { ISExporterPlugin isExporterPlugin = new ISExporterPlugin(new ISExporterPluginDeclaration()); Map inputs = new HashMap(); inputs.put(ISExporterPlugin.FILTERED_REPORT, true); + inputs.put(ISExporterPlugin.STATISTICS, true); isExporterPlugin.launch(inputs); logger.info("\n\n\n"); }