Skip to content

Commit 51c3cd8

Browse files
committed
Removed an test for a removed data source
1 parent d4f434d commit 51c3cd8

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

org.bridgedb.bio/src/test/java/org/bridgedb/bio/DataSourceTxtTest.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,6 @@ public void testMIRIAMFeatures() throws Exception {
131131
assertEquals("chebi", chebi.getCompactIdentifierPrefix());
132132
}
133133

134-
@org.junit.jupiter.api.Test
135-
public void testEcoGene() throws Exception {
136-
DataSource ecogene = DataSource.getExistingByFullName("EcoGene");
137-
assertNotNull(ecogene);
138-
assertEquals("urn:miriam:ecogene:EG10173", ecogene.getMiriamURN("EG10173"));
139-
assertNotNull(DataSource.getByIdentiferOrgBase("http://identifiers.org/ecogene/"));
140-
assertNotNull(DataSource.getByIdentiferOrgBase("https://identifiers.org/ecogene/"));
141-
}
142-
143134
@org.junit.jupiter.api.Test
144135
public void testPrefix() throws Exception {
145136
DataSource ds = DataSource.getExistingBySystemCode("L");

0 commit comments

Comments
 (0)