scopeRegistry = onm.getScopeRegistry();
assertNotNull(spaceFactory);
assertNotNull(scopeFactory);
OWLOntologyManager mgr = OWLOntologyManagerFactory.createOWLOntologyManager(null);
try {
src1 = new RootOntologySource(mgr.createOntology(baseIri), null);
src2 = new RootOntologySource(mgr.createOntology(baseIri2), null);
} catch (OWLOntologyCreationException e) {
fail("Could not setup ontology with base IRI " + Constants.PEANUTS_MAIN_BASE);
}
}