From adc66f5909966f86a380400d5af55378991ac448 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Wed, 7 Aug 2013 09:41:17 -0700 Subject: [PATCH] CSPACE-5678-E: Fixed XMLReplay Person-Siblings tests to reflect the fact that termDisplayName is used as the objectNumber instead of shortIdentifier being used. --- .../test/resources/test-data/xmlreplay/person/person.xml | 5 +++++ .../test-data/xmlreplay/person/persons_common.xml | 2 +- .../xmlreplay/person/res/GETpostPerson_siblings.res.xml | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/person.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/person.xml index 3be5d13b0..99b43a029 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/person.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/person.xml @@ -268,6 +268,7 @@ ${PersonAuth1.CSID} CSPACE3739PersonAuthority johnWayneActorChild + actorChild1 @@ -279,6 +280,7 @@ ${PersonAuth1.CSID} CSPACE3739PersonAuthority johnWayneActorChild2 + actorChild2 @@ -290,6 +292,7 @@ ${PersonAuth1.CSID} CSPACE3739PersonAuthority johnWayneActorChild3 + actorChild3 @@ -329,6 +332,8 @@ ${PersonChild.CSID} ${PersonChild2.CSID} ${PersonChild3.CSID} + ${PersonChild2.termDisplayNameSuffix} + ${PersonChild3.termDisplayNameSuffix} /document/*[local-name()='relations-common-list'] diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/persons_common.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/persons_common.xml index 40cd18033..5e6765c98 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/persons_common.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/persons_common.xml @@ -9,7 +9,7 @@ John Wayne false - John Wayne + John Wayne${termDisplayNameSuffix} John Wayne 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 3bea20241..658e7e1dc 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 @@ -13,11 +13,11 @@ ${personCSID} ${child2CSID} - johnWayneActorChild2 + John Wayne${termDisplayNameSuffix2} ${personCSID} - johnWayneActor + John Wayne @@ -26,11 +26,11 @@ ${personCSID} ${child3CSID} - johnWayneActorChild3 + John Wayne${termDisplayNameSuffix3} ${personCSID} - johnWayneActor + John Wayne -- 2.47.3