]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-3739 Added tests to XmlReplay to ensure that Organization and Location behave...
authorLaramie Crocker <laramie@berkeley.edu>
Tue, 3 May 2011 00:40:43 +0000 (00:40 +0000)
committerLaramie Crocker <laramie@berkeley.edu>
Tue, 3 May 2011 00:40:43 +0000 (00:40 +0000)
commit3909db5ab8bcead6c0438d8f484c538ca40c190b
treea9778dbc12a17e106c5dbff128e0a102c7ab91c8
parent4705d23633bc900fdceb9ec42456d3dd7d156f04
CSPACE-3739 Added tests to XmlReplay to ensure that Organization and Location behave identically to the Person service regarding hierarchic authority behavior.  Tested creating item, child items, parent item, relating all through POST of item, and getting lists of relations and siblings
12 files changed:
services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/1-authority.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/2-item.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/3-locations_w_relations.xml [new file with mode: 0755]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/res/Get_allRelations.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/res/Get_siblings.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/location-hierarchy.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/organization/hierarchy/1-authority.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/organization/hierarchy/2-item.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/organization/hierarchy/3-organizations_w_relations.xml [new file with mode: 0755]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/organization/hierarchy/res/Get_allRelations.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/organization/hierarchy/res/Get_siblings.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/organization/organization-hierarchy.xml [new file with mode: 0644]