]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-4244. Added description and source fields to schema for Vocabulary, PersonAuth...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Tue, 19 Jul 2011 17:31:06 +0000 (17:31 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Tue, 19 Jul 2011 17:31:06 +0000 (17:31 +0000)
commit9bfafac18960bb02c10b5d46687005fed9148dcf
treef6a6d56349d960f8091387f306ea919e67487c7d
parent37e26df1d7313b931860cf61bbd4e0c523b45f87
CSPACE-4244. Added description and source fields to schema for Vocabulary, PersonAuthority, OrgAuthority, LocationAuthority, and TaxonomicAuthority. Added description, source and sourcePage fields to schemas for each of the items for these respective authorities. Added simple tests for the various payloads.
32 files changed:
services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/1-authority.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/2-item.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/organization/organizations_common.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/organization/organizations_ucb.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/organization/orgauthorities_common.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/organization/orgauthorities_testorgauth.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/person_pschmitz.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/personauthorities_common.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/personauthorities_testpersonauth.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/persons_common.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/1-vocab.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/2-item.xml
services/location/3rdparty/nuxeo-platform-cs-location/src/main/resources/schemas/locationauthorities_common.xsd
services/location/3rdparty/nuxeo-platform-cs-location/src/main/resources/schemas/locations_common.xsd
services/location/jaxb/src/main/resources/location_common.xsd
services/location/jaxb/src/main/resources/locationauthority_common.xsd
services/organization/3rdparty/nuxeo-platform-cs-organization/src/main/resources/schemas/organizations_common.xsd
services/organization/3rdparty/nuxeo-platform-cs-organization/src/main/resources/schemas/orgauthorities_common.xsd
services/organization/jaxb/src/main/resources/organization_common.xsd
services/organization/jaxb/src/main/resources/orgauthority_common.xsd
services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/schemas/personauthorities_common.xsd
services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/schemas/persons_common.xsd
services/person/jaxb/src/main/resources/person_common.xsd
services/person/jaxb/src/main/resources/personauthority_common.xsd
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/src/main/resources/schemas/taxon_common.xsd
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/src/main/resources/schemas/taxonomyauthority_common.xsd
services/taxonomy/jaxb/src/main/resources/taxon_common.xsd
services/taxonomy/jaxb/src/main/resources/taxonomyauthority_common.xsd
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/schemas/vocabularies_common.xsd
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/schemas/vocabularyitems_common.xsd
services/vocabulary/jaxb/src/main/resources/vocabulary_common.xsd
services/vocabulary/jaxb/src/main/resources/vocabularyitem_common.xsd