From f6af726b490797a0d7be8d714141acaf45c8d6ca Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 4 Mar 2016 13:34:47 +0000 Subject: [PATCH] improving tests git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/infrastructure-tests@124808 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../sweeper/ISSweeperPluginSmartExecutorSchedulerTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/gcube/informationsystem/sweeper/ISSweeperPluginSmartExecutorSchedulerTest.java b/src/test/java/org/gcube/informationsystem/sweeper/ISSweeperPluginSmartExecutorSchedulerTest.java index d87f784..21b93a6 100644 --- a/src/test/java/org/gcube/informationsystem/sweeper/ISSweeperPluginSmartExecutorSchedulerTest.java +++ b/src/test/java/org/gcube/informationsystem/sweeper/ISSweeperPluginSmartExecutorSchedulerTest.java @@ -15,6 +15,7 @@ import org.gcube.vremanagement.executor.client.plugins.ExecutorPlugin; import org.gcube.vremanagement.executor.client.proxies.SmartExecutorProxy; import org.junit.Assert; import org.junit.Before; +import org.junit.Test; import org.quartz.CronExpression; import org.slf4j.Logger; import org.slf4j.LoggerFactory;