From 5ea22db0b88db1a09b6307aa4fe5095be04044c1 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Fri, 8 Jul 2016 20:07:58 -0700 Subject: [PATCH] CSPACE-6985: Fix incorrect xpath in xmlreplay oePersonGET test. --- .../test-data/xmlreplay/objectexit/object-exit-display.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/objectexit/object-exit-display.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/objectexit/object-exit-display.xml index ee8b20241..02f71551f 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/objectexit/object-exit-display.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/objectexit/object-exit-display.xml @@ -41,7 +41,7 @@ ${oePersonGET.got("//csid")} ${oePersonauthority.CSID} ${oePersonauthority.sent("//shortIdentifier")} - ${oePerson.sent("//displayName")} + ${oePerson.sent("//termDisplayName")} ${oePerson.sent("//shortIdentifier")} urn:cspace:core.collectionspace.org:personauthorities:name(${inAuthorityShortIdentifier}):item:name(${shortIdentifier})'${displayName}' -- 2.47.3