]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
DRYD-202: Added tests for new 'showItems' query param for /vocabularies/${id} GET...
authorremillet <remillet@yahoo.com>
Tue, 16 Jan 2018 22:39:20 +0000 (14:39 -0800)
committerremillet <remillet@yahoo.com>
Tue, 16 Jan 2018 22:39:20 +0000 (14:39 -0800)
commita0dceb765e6ee101dfd669c371dc4a92d335e258
tree13b92398a44ba133d95fa2c7ef53d6393dec299c
parentfc4cfcd0b50f06b0a0f7c75852a41c7347abb2be
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.
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocab.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItems.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItemsLastPage.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItemsPaged.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/showItems-item-template.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/showItems-vocab.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/vocabulary.xml
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/VocabularyResource.java