diff --git a/annotation/src/test/java/lcsb/mapviewer/annotation/services/ChEMBLParserTest.java b/annotation/src/test/java/lcsb/mapviewer/annotation/services/ChEMBLParserTest.java index a951ecd1933aafe06a5ab9a03ab2a75c30023f65..d843e6c88850a26210ba6fa9b5270fd9ee2dc1fe 100644 --- a/annotation/src/test/java/lcsb/mapviewer/annotation/services/ChEMBLParserTest.java +++ b/annotation/src/test/java/lcsb/mapviewer/annotation/services/ChEMBLParserTest.java @@ -18,7 +18,6 @@ import java.util.Set; import org.apache.log4j.Logger; import org.junit.After; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; import org.mockito.Mockito; import org.springframework.beans.factory.annotation.Autowired; @@ -64,7 +63,7 @@ public class ChEMBLParserTest extends AnnotationTestFunctions { @Test public void test1FindDrug() throws Exception { try { - //do it with cache turned on + // do it with cache turned on chemblParser.setCache(cache); Drug drug = chemblParser.findDrug("CABOZANTINIB"); @@ -228,7 +227,6 @@ public class ChEMBLParserTest extends AnnotationTestFunctions { } @Test - @Ignore("Bug 452") public void test10FindDrug() throws Exception { try { String n = "DEXAMETHASONE";