From e8d139788cc42a445deb0b79eaebead4e59695f8 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Thu, 16 May 2019 17:40:32 +0200
Subject: [PATCH] Biocompendiu related test removed

---
 .../persist/dao/cache/CacheTypeDaoTest.java          | 12 ------------
 1 file changed, 12 deletions(-)

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 87761eb391..889686fc69 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 {
-- 
GitLab