Changeset 774 for trunk/test/integration/gscf/OntologyTests.groovy
- Timestamp:
- Aug 4, 2010, 4:12:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/integration/gscf/OntologyTests.groovy
r552 r774 152 152 * Add all OLS ontologies to the database via the Ontocat framework 153 153 */ 154 void testOntocatOLSOntologies() {154 private void testOntocatOLSOntologies() { 155 155 // Instantiate EBI OLS service 156 156 uk.ac.ebi.ontocat.OntologyService os = new uk.ac.ebi.ontocat.ols.OlsOntologyService() … … 161 161 * Add all BioPortal ontologies to the database via the Ontocat framework 162 162 */ 163 void testOntocatBioPortalOntologies() {163 private void testOntocatBioPortalOntologies() { 164 164 // Instantiate BioPortal service 165 165 uk.ac.ebi.ontocat.OntologyService os = new uk.ac.ebi.ontocat.bioportal.BioportalOntologyService()
Note: See TracChangeset
for help on using the changeset viewer.