From cacea8fc82af4b8314107601fd82c1fd6c0ce6e9 Mon Sep 17 00:00:00 2001 From: TobiasNx Date: Wed, 15 May 2024 10:44:42 +0200 Subject: [PATCH] Update tests --- web/test/tests/IndexIntegrationTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/test/tests/IndexIntegrationTest.java b/web/test/tests/IndexIntegrationTest.java index 6352e49f9..4624d9736 100644 --- a/web/test/tests/IndexIntegrationTest.java +++ b/web/test/tests/IndexIntegrationTest.java @@ -33,7 +33,7 @@ public class IndexIntegrationTest extends LocalIndexSetup { public static Collection data() { // @formatter:off return queries(new Object[][] { - { "title:der", /*->*/ 17 }, + { "title:der", /*->*/ 18 }, { "title:Westfalen", /*->*/ 8 }, { "contribution.agent.label:Westfalen", /*->*/ 3 }, { "contribution.agent.label:Westfälen", /*->*/ 3 }, @@ -57,7 +57,7 @@ public static Collection data() { { "spatial.label:Westfälen", /*->*/ 8 }, { "subject.componentList.id:1113670827", /*->*/ 0 }, { "subject.componentList.type:PlaceOrGeographicName", /*->*/ 22 }, - { "publication.location:Berlin", /*->*/ 15 }, + { "publication.location:Berlin", /*->*/ 16 }, { "subject.notation:914.3", /*->*/ 6 }, { "subject.notation:914", /*->*/ 0 }, { "subject.notation:914*", /*->*/ 6 }, @@ -66,7 +66,7 @@ public static Collection data() { { "publication.startDate:1993", /*->*/ 3 }, { "publication.location:Berlin AND publication.startDate:1993", /*->*/ 1 }, { "publication.location:Berlin AND publication.startDate:[1992 TO 2017]", /*->*/ 5 }, - { "inCollection.id:\"http\\://lobid.org/organisations/DE-655#\\!\"", /*->*/ 132 }, + { "inCollection.id:\"http\\://lobid.org/organisations/DE-655#\\!\"", /*->*/ 133 }, { "inCollection.id:NWBib", /*->*/ 0 }, { "publication.publishedBy:Quedenfeldt", /*->*/ 2 }, { "publication.publishedBy:Quedenfeld", /*->*/ 2 },