From d14cdc9675f01abcc2c571198e0b577b86a46375 Mon Sep 17 00:00:00 2001 From: "luca.frosini" Date: Thu, 17 May 2018 08:20:48 +0000 Subject: [PATCH] Fixed test to avoid to run it for mistake git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-dashboard-harvester-se-plugin@167549 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../gcube/dataharvest/AccountingDataHarvesterPluginTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java b/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java index dc5c959..46fc188 100644 --- a/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java +++ b/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java @@ -64,7 +64,7 @@ public class AccountingDataHarvesterPluginTest extends ScopedTest { Map map = new HashMap<>(); map.put(AccountingDataHarvesterPlugin.PARAMETER_FROM, from.getTime()); map.put(AccountingDataHarvesterPlugin.PARAMETER_TO, to.getTime()); - map.put(AccountingDataHarvesterPlugin.TEST, false); + map.put(AccountingDataHarvesterPlugin.TEST, true); accountingDataHarvesterPlugin.launch(map);