podd / podd-redesign

The redesigned PODD
http://podd.plantphenomics.org.au/podd/
GNU Affero General Public License v3.0
3 stars 4 forks source link

Test getSchemaImports thoroughly #120

Closed ansell closed 10 years ago

ansell commented 10 years ago

getSchemaImports must work for both new and existing ontologies

It must also work before calls to getPermanentRepository(schemaImports), and possibly also getTemporaryRepository(schemaImports), although a temporary repository should be able to be loaded with schema ontologies later than that call.

ansell commented 10 years ago

Extensive work on this, but it isn't quite finished yet.

The initial calls to get the schema imports for a new artifact still fail, however, subsequent queries succeed. This means that the initial calls go to a different repository to the subsequent queries.