From 15a31bd5ec7b8e2277917e90a6d292e862311d9b Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 19 Apr 2012 20:28:37 -0700 Subject: [PATCH] CSPACE-5024: Added partial term search tests across vocabularies within an authority. --- .../test-data/xmlreplay/authority/authority.xml | 11 ++++++----- .../res/partialTermSearchAuthorityItems1.res.xml | 11 +++++++++++ .../res/partialTermSearchAuthorityItems2.res.xml | 11 +++++++++++ 3 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/res/partialTermSearchAuthorityItems1.res.xml create mode 100644 services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/res/partialTermSearchAuthorityItems2.res.xml diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/authority.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/authority.xml index 9a0c5d204..a04bc107b 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/authority.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/authority.xml @@ -20,6 +20,8 @@ jlmbsoq tqbfjotld + jlmb + tqbf ${identifier1} ${identifier1} @@ -57,7 +59,7 @@ /cspace-services/personauthorities/${createPersonAuthority1.CSID}/items authority/personitem.xml - ${createPersonAuthority1.identifier1} ${createPersonAuthority1.identifier2} + ${createPersonAuthority1.identifier2} ${createPersonAuthority1.identifier1} ${createPersonAuthority1.identifier1}1 @@ -129,14 +131,13 @@ - diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/res/partialTermSearchAuthorityItems1.res.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/res/partialTermSearchAuthorityItems1.res.xml new file mode 100644 index 000000000..b875b9484 --- /dev/null +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/res/partialTermSearchAuthorityItems1.res.xml @@ -0,0 +1,11 @@ + + +2 + + ${createPersonAuthority1.identifier1}1 + + + ${createPersonAuthority1.identifier1}3 + + + diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/res/partialTermSearchAuthorityItems2.res.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/res/partialTermSearchAuthorityItems2.res.xml new file mode 100644 index 000000000..a5f533d1f --- /dev/null +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/authority/res/partialTermSearchAuthorityItems2.res.xml @@ -0,0 +1,11 @@ + + +1 + + ${createPersonAuthority1.identifier1}1 + + + ${createPersonAuthority1.identifier1}3 + + + -- 2.47.3