Fixed tests

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor-client@111775 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-02-06 16:00:51 +00:00
parent 8b05359dcf
commit 2522ca59c2
1 changed files with 0 additions and 7 deletions

View File

@ -17,8 +17,6 @@ import org.gcube.vremanagement.executor.plugin.PluginState;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/
@ -26,11 +24,6 @@ import org.slf4j.LoggerFactory;
*/
public class DefaultExecutorTest {
/**
* Logger
*/
private static Logger logger = LoggerFactory.getLogger(DefaultExecutorTest.class);
private ExecutorProxy proxy;
@Before