From 425a7c5a4f1bb9c09e5533d0458414c65f19665b Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Wed, 26 Oct 2016 12:37:17 +0200 Subject: [PATCH] chembl introduced references for molecules (issue #31) --- .../lcsb/mapviewer/annotation/services/ChEMBLParserTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 a951ecd193..d843e6c888 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"; -- GitLab