From 45583f32f3b6ed7f9991826d2cd514c704d27281 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 5 Dec 2019 12:32:52 +0100 Subject: [PATCH] Fixed warning --- .../gcube/dataharvest/AccountingDataHarvesterPluginTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java b/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java index b55485b..52e1f2d 100644 --- a/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java +++ b/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java @@ -352,7 +352,7 @@ public class AccountingDataHarvesterPluginTest extends ContextTest { // @Test public void testVREAccessesHarvester() throws Exception { try { - AccountingDao dao = getAccountingDao(); + // AccountingDao dao = getAccountingDao(); List starts = new ArrayList<>(); starts.add(DateUtils.getStartCalendar(2018, Calendar.SEPTEMBER, 1).getTime()); @@ -601,7 +601,7 @@ public class AccountingDataHarvesterPluginTest extends ContextTest { // @Test public void testTagMeMethodInvocation() throws Exception { try { - AccountingDao dao = getAccountingDao(); + // AccountingDao dao = getAccountingDao(); setContextByNameAndScopeDescriptor(TAGME_VRE); List accountingRecords = new ArrayList<>();