From b73242a83195fd4a249b988526ee349b4d461506 Mon Sep 17 00:00:00 2001 From: remillet Date: Tue, 16 Jan 2018 22:28:51 -0800 Subject: [PATCH] DRYD-202: Added tests for new 'showItems' query param for /vocabularies/${id} GET requests. Added tests for paging as well since we get paging for free. --- .../vocabulary/ShowItems/res/showVocabWithItems.res.xml | 1 - .../vocabulary/ShowItems/res/showVocabWithItemsLastPage.res.xml | 1 - .../vocabulary/ShowItems/res/showVocabWithItemsPaged.res.xml | 1 - 3 files changed, 3 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 1425b8ecb..f71a268e6 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 @@ -24,7 +24,6 @@ - fadf0bcf-7c34-40c3-b6e5-ab1988eba888 Administrator admin@core.collectionspace.org 1 diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItemsLastPage.res.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItemsLastPage.res.xml index cd1bbe837..d8c9f5234 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItemsLastPage.res.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItemsLastPage.res.xml @@ -24,7 +24,6 @@ - fadf0bcf-7c34-40c3-b6e5-ab1988eba888 Administrator admin@core.collectionspace.org 1 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 1bfa26da2..62c86be0e 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 @@ -24,7 +24,6 @@ - fadf0bcf-7c34-40c3-b6e5-ab1988eba888 Administrator admin@core.collectionspace.org 1 -- 2.47.3