test class fixed

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/social-data-indexer-se-plugin@132662 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-10-05 09:01:23 +00:00
parent 6e8decd377
commit f9783c9429
1 changed files with 4 additions and 6 deletions

View File

@ -1,9 +1,7 @@
package org.gcube.socialnetworking.socialdataindexer;
import java.util.HashMap;
import java.util.Map;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class Tests {
@ -13,11 +11,11 @@ public class Tests {
*/
private static Logger logger = LoggerFactory.getLogger(Tests.class);
@Before
// @Before
public void beforeTest(){
}
@Test
// @Test
public void testLaunch() {
logger.debug("Starting to test launch");
Map<String, Object> inputs = new HashMap<String, Object>();
@ -28,7 +26,7 @@ public class Tests {
logger.debug("-------------- launch test finished");
}
@After
// @After
public void after(){
}