Skip to content

Commit

Permalink
Add test (#2082)
Browse files Browse the repository at this point in the history
Complements bb77c45.
  • Loading branch information
maipet committed Nov 5, 2024
1 parent 6f9c20a commit b68b583
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 @@ -61,8 +61,8 @@ public static Collection<Object[]> 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 },
Expand Down

0 comments on commit b68b583

Please sign in to comment.