From 4eae7b8ea8c6fc1a52d459c5cfca78edd0b294ec Mon Sep 17 00:00:00 2001 From: remillet Date: Wed, 17 Jan 2018 11:24:57 -0800 Subject: [PATCH] DRYD-202: Configured vocabulary service to return 'source', 'sourcePage', and 'description' in list results. --- .../vocabulary/ShowItems/res/showVocabWithItems.res.xml | 2 +- .../vocabulary/ShowItems/res/showVocabWithItemsPaged.res.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItems.res.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItems.res.xml index f71a268e6..ebdacf10c 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItems.res.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItems.res.xml @@ -35,7 +35,7 @@ ${itemsInPage} ${totalItems} - csid|uri|refName|updatedAt|workflowState|rev|sas|proposed|deprecated|termStatus|order|displayName|shortIdentifier + csid|uri|refName|updatedAt|workflowState|rev|sourcePage|sas|proposed|deprecated|termStatus|description|source|order|displayName|shortIdentifier ${createItem1} diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItemsPaged.res.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItemsPaged.res.xml index 62c86be0e..a04c6f902 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItemsPaged.res.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItemsPaged.res.xml @@ -35,7 +35,7 @@ ${itemsInPage} ${totalItems} - csid|uri|refName|updatedAt|workflowState|rev|sas|proposed|deprecated|termStatus|order|displayName|shortIdentifier + csid|uri|refName|updatedAt|workflowState|rev|sourcePage|sas|proposed|deprecated|termStatus|description|source|order|displayName|shortIdentifier ${createItem1} -- 2.47.3