Project

General

Profile

« Previous | Next » 

Revision 5912

Added by Matt Jones about 13 years ago

Fix the MetadataTypeRegisterTest because it had the wrong URI for METS.

View differences:

test/edu/ucsb/nceas/metacat/dataone/MetadataTypeRegisterTest.java
88 88
        of = ObjectFormat.convert("CF-1.3");
89 89
        assertTrue(MetadataTypeRegister.isMetadataType(of));
90 90
        
91
        of = ObjectFormat.convert("DSPACE METS SIP Profile 1.0");
91
        of = ObjectFormat.convert("http://www.loc.gov/METS/");
92 92
        assertTrue(MetadataTypeRegister.isMetadataType(of));
93 93
        
94 94
        of = ObjectFormat.convert("eml://ecoinformatics.org/eml-3.0.0");

Also available in: Unified diff