diff --git a/persist/src/test/java/lcsb/mapviewer/persist/dao/cache/CacheTypeDaoTest.java b/persist/src/test/java/lcsb/mapviewer/persist/dao/cache/CacheTypeDaoTest.java index 87761eb39105d42f3a3e37f26b18cd679fa2019a..889686fc69e068dd0a57ce0ad98309e87f6028d3 100644 --- a/persist/src/test/java/lcsb/mapviewer/persist/dao/cache/CacheTypeDaoTest.java +++ b/persist/src/test/java/lcsb/mapviewer/persist/dao/cache/CacheTypeDaoTest.java @@ -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 {