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

Biocompendiu related test removed

parent 3ebd740b
No related branches found
No related tags found
1 merge request!776Resolve "Biocompendium problems"
Pipeline #10277 passed
......@@ -43,18 +43,6 @@ public class CacheTypeDaoTest extends PersistTestFunctions {
}
}
@Test
public void testBiocompendiumCacheData() throws Exception {
try {
CacheType cacheType = cacheTypeDao.getByClassName("lcsb.mapviewer.annotation.services.annotators.BiocompendiumAnnotator");
assertNotNull(cacheType);
assertEquals(1,cacheType.getId());
} catch (Exception e) {
e.printStackTrace();
throw e;
}
}
@Test
public void testChemblCacheData() throws Exception {
try {
......
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