Skip to content

Commit

Permalink
Update tests #1876
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Aug 28, 2023
1 parent 43e33f4 commit 4cfd985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/test/tests/IndexIntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class IndexIntegrationTest extends LocalIndexSetup {
public static Collection<Object[]> data() {
// @formatter:off
return queries(new Object[][] {
{ "title:der", /*->*/ 13 },
{ "title:der", /*->*/ 14 },
{ "title:Westfalen", /*->*/ 8 },
{ "contribution.agent.label:Westfalen", /*->*/ 3 },
{ "contribution.agent.label:Westfälen", /*->*/ 3 },
Expand Down Expand Up @@ -66,7 +66,7 @@ public static Collection<Object[]> 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#\\!\"", /*->*/ 116 },
{ "inCollection.id:\"http\\://lobid.org/organisations/DE-655#\\!\"", /*->*/ 117 },
{ "inCollection.id:NWBib", /*->*/ 0 },
{ "publication.publishedBy:Quedenfeldt", /*->*/ 2 },
{ "publication.publishedBy:Quedenfeld", /*->*/ 2 },
Expand Down

0 comments on commit 4cfd985

Please sign in to comment.