From e012b2d18ba92e90110729cb8592d10a6369360a Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Tue, 18 Sep 2012 19:05:05 -0700 Subject: [PATCH] CSPACE-5440: Adding missing IntegrationTests changes, associated with integrating the relationshipMetaType field into relations and relations list payloads. --- .../xmlreplay/location/hierarchy/res/Get_siblings.res.xml | 2 +- .../xmlreplay/organization/hierarchy/res/Get_siblings.res.xml | 2 +- .../xmlreplay/person/res/GETpostPerson_siblings.res.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/res/Get_siblings.res.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/res/Get_siblings.res.xml index ff3b5122f..f66fdb40d 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/res/Get_siblings.res.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/res/Get_siblings.res.xml @@ -6,7 +6,7 @@ 0 2 2 - subjectCsid|relationshipType|predicateDisplayName|objectCsid|uri|csid|subject|object + subjectCsid|relationshipType|predicateDisplayName|relationshipMetaType|objectCsid|uri|csid|subject|object ${child2CSID} hasBroader diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/organization/hierarchy/res/Get_siblings.res.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/organization/hierarchy/res/Get_siblings.res.xml index 07425c06b..b799698f9 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/organization/hierarchy/res/Get_siblings.res.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/organization/hierarchy/res/Get_siblings.res.xml @@ -6,7 +6,7 @@ 0 2 2 - subjectCsid|relationshipType|predicateDisplayName|objectCsid|uri|csid|subject|object + subjectCsid|relationshipType|predicateDisplayName|relationshipMetaType|objectCsid|uri|csid|subject|object ${child2CSID} hasBroader diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/GETpostPerson_siblings.res.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/GETpostPerson_siblings.res.xml index bdb943479..3bea20241 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/GETpostPerson_siblings.res.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/GETpostPerson_siblings.res.xml @@ -6,7 +6,7 @@ 0 2 2 - subjectCsid|relationshipType|predicateDisplayName|objectCsid|uri|csid|subject|object + subjectCsid|relationshipType|predicateDisplayName|relationshipMetaType|objectCsid|uri|csid|subject|object ${child2CSID} hasBroader -- 2.47.3