From c1ce3f1a1194708e80c3b8fb3e26edaa0b6ca445 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 22 May 2017 10:05:18 +0000 Subject: [PATCH] Fixed test git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/infrastructure-tests@148928 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../exporter/ISExporterPluginSmartExecutorSchedulerTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginSmartExecutorSchedulerTest.java b/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginSmartExecutorSchedulerTest.java index 72fe9a0..8f41929 100644 --- a/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginSmartExecutorSchedulerTest.java +++ b/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginSmartExecutorSchedulerTest.java @@ -27,6 +27,7 @@ public class ISExporterPluginSmartExecutorSchedulerTest extends ScopedTest { public UUID scheduleTest(Scheduling scheduling) throws Exception { Map inputs = new HashMap(); + inputs.put(ISExporterPlugin.FILTERED_REPORT, true); logger.debug("Inputs : {}", inputs);