File tree Expand file tree Collapse file tree
org.bridgedb.bio/src/test/java/org/bridgedb/bio Expand file tree Collapse file tree Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments