From 4f1c39157558f056de8f08e803e751230c43c70b Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Tue, 11 Sep 2012 16:51:01 -0700 Subject: [PATCH] CSPACE-5489: Updated XMLReplay response payloads to reflect refName changes in fieldsReturned element. --- .../test-data/xmlreplay/person/res/personlistActive.res.xml | 2 +- .../test-data/xmlreplay/person/res/personlistAll.res.xml | 2 +- .../test-data/xmlreplay/person/res/personlistNone.res.xml | 2 +- .../xmlreplay/vocabulary/res/GetVocabularyItems.res.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/personlistActive.res.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/personlistActive.res.xml index 9fe8400f4..bcc759c16 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/personlistActive.res.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/personlistActive.res.xml @@ -3,7 +3,7 @@ 0 40 1 - csid|uri|updatedAt|displayName|shortIdentifier|refName|termStatus + csid|uri|refName|updatedAt|displayName|shortIdentifier|termStatus pschmitz diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/personlistAll.res.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/personlistAll.res.xml index 322dbe506..12e22f149 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/personlistAll.res.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/personlistAll.res.xml @@ -3,7 +3,7 @@ 0 40 2 - csid|uri|updatedAt|displayName|shortIdentifier|refName|termStatus + csid|uri|refName|updatedAt|displayName|shortIdentifier|termStatus pschmitz diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/personlistNone.res.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/personlistNone.res.xml index 8f085a324..5b230c091 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/personlistNone.res.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/personlistNone.res.xml @@ -3,6 +3,6 @@ 0 40 0 - csid|uri|updatedAt|displayName|shortIdentifier|refName|termStatus + csid|uri|refName|updatedAt|displayName|shortIdentifier|termStatus diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/res/GetVocabularyItems.res.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/res/GetVocabularyItems.res.xml index 8a0c08878..a58108188 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/res/GetVocabularyItems.res.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/res/GetVocabularyItems.res.xml @@ -6,7 +6,7 @@ 0 3 3 - csid|uri|refname|updatedAt|workflowState|order|displayName|shortIdentifier|refName|termStatus + csid|uri|refName|updatedAt|workflowState|order|displayName|shortIdentifier|termStatus ${Item1.displayName} ${Item1.itemID} -- 2.47.3