From 98a38422024f6ddfd02a8adbd7e9524a21358779 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 10 Sep 2012 12:31:50 -0700 Subject: [PATCH] CSPACE-5120: Added expected payload for a relations sbj= test. --- .../collectionobject-hierarchy.xml | 6 +-- .../res/show-all-relations-top-level.res.xml | 40 ++++++++++++++++++- 2 files changed, 42 insertions(+), 4 deletions(-) diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/collectionobject/collectionobject-hierarchy.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/collectionobject/collectionobject-hierarchy.xml index 23d9212da..51109d38d 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/collectionobject/collectionobject-hierarchy.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/collectionobject/collectionobject-hierarchy.xml @@ -1,7 +1,7 @@ - + @@ -328,7 +328,7 @@ /cspace-services/relations?sbj=${CreateChessSetBox.CSID} 200 - + collectionobject/hierarchy/res/relations-pagination-header.res.xml 0 @@ -341,7 +341,7 @@ /cspace-services/relations?obj=${CreateChessSetBox.CSID} 200 - + collectionobject/hierarchy/res/relations-as-object-top-level.res.xml ${CreateChessSetBox.CSID} diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/collectionobject/hierarchy/res/show-all-relations-top-level.res.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/collectionobject/hierarchy/res/show-all-relations-top-level.res.xml index 45a260de3..1ba06177d 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/collectionobject/hierarchy/res/show-all-relations-top-level.res.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/collectionobject/hierarchy/res/show-all-relations-top-level.res.xml @@ -4,6 +4,44 @@ - + 0 + 3 + 3 + + + hasBroader + + ${chessBoardCSID} + CollectionObject + + + ${chessSetBoxCSID} + CollectionObject + + + + + hasBroader + + ${bagOfWhiteChessPiecesCSID} + CollectionObject + + + ${chessSetBoxCSID} + CollectionObject + + + + + hasBroader + + ${bagOfBlackChessPiecesCSID} + CollectionObject + + + ${chessSetBoxCSID} + CollectionObject + + -- 2.47.3