Skip to content
Snippets Groups Projects
Commit 425a7c5a authored by Piotr Gawron's avatar Piotr Gawron
Browse files

chembl introduced references for molecules (issue #31)

parent 6ee784b5
No related branches found
No related tags found
1 merge request!2Bug fixes
...@@ -18,7 +18,6 @@ import java.util.Set; ...@@ -18,7 +18,6 @@ import java.util.Set;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import org.junit.After; import org.junit.After;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.mockito.Mockito; import org.mockito.Mockito;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
...@@ -64,7 +63,7 @@ public class ChEMBLParserTest extends AnnotationTestFunctions { ...@@ -64,7 +63,7 @@ public class ChEMBLParserTest extends AnnotationTestFunctions {
@Test @Test
public void test1FindDrug() throws Exception { public void test1FindDrug() throws Exception {
try { try {
//do it with cache turned on // do it with cache turned on
chemblParser.setCache(cache); chemblParser.setCache(cache);
Drug drug = chemblParser.findDrug("CABOZANTINIB"); Drug drug = chemblParser.findDrug("CABOZANTINIB");
...@@ -228,7 +227,6 @@ public class ChEMBLParserTest extends AnnotationTestFunctions { ...@@ -228,7 +227,6 @@ public class ChEMBLParserTest extends AnnotationTestFunctions {
} }
@Test @Test
@Ignore("Bug 452")
public void test10FindDrug() throws Exception { public void test10FindDrug() throws Exception {
try { try {
String n = "DEXAMETHASONE"; String n = "DEXAMETHASONE";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment