From b68b5834d559f4a5209e6c1ca7300f9b6b01e98d Mon Sep 17 00:00:00 2001 From: Petra Maier Date: Tue, 5 Nov 2024 09:20:25 +0100 Subject: [PATCH] Add test (#2082) Complements bb77c450fbe05119e8b0213f0f1c62f957972d8d. --- web/test/tests/IndexIntegrationTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/test/tests/IndexIntegrationTest.java b/web/test/tests/IndexIntegrationTest.java index 6ec9fcf96..0ebbd1cb9 100644 --- a/web/test/tests/IndexIntegrationTest.java +++ b/web/test/tests/IndexIntegrationTest.java @@ -61,8 +61,8 @@ public static Collection data() { { "subject.notation:914.3", /*->*/ 6 }, { "subject.notation:914", /*->*/ 0 }, { "subject.notation:914*", /*->*/ 6 }, - { "publication.location:Köln", /*->*/ 5 }, - { "publication.location:Koln", /*->*/ 5 }, + { "publication.location:Köln", /*->*/ 6 }, + { "publication.location:Koln", /*->*/ 6 }, { "publication.startDate:1993", /*->*/ 3 }, { "publication.location:Berlin AND publication.startDate:1993", /*->*/ 1 }, { "publication.location:Berlin AND publication.startDate:[1992 TO 2017]", /*->*/ 5 },