Skip to content

Commit

Permalink
Adjust webapp tests #2093
Browse files Browse the repository at this point in the history
TobiasNx committed Nov 6, 2024
1 parent b061787 commit 306edb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/test/tests/IndexIntegrationTest.java
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ public static Collection<Object[]> data() {
{ "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#\\!\"", /*->*/ 139 },
{ "inCollection.id:\"https\\://nrw.digibib.net/search/hbzvk/\"", /*->*/ 156 },
{ "inCollection.id:\"https\\://nrw.digibib.net/search/hbzvk/\"", /*->*/ 158 },
{ "inCollection.id:NWBib", /*->*/ 0 },
{ "publication.publishedBy:Quedenfeldt", /*->*/ 2 },
{ "publication.publishedBy:Quedenfeld", /*->*/ 2 },

0 comments on commit 306edb9

Please sign in to comment.