Skip to content

Commit

Permalink
Update play tests #1977
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Apr 25, 2024
1 parent 12ae361 commit 8d6ee31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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", /*->*/ 16 },
{ "title:der", /*->*/ 17 },
{ "title:Westfalen", /*->*/ 8 },
{ "contribution.agent.label:Westfalen", /*->*/ 3 },
{ "contribution.agent.label:Westfälen", /*->*/ 3 },
Expand All @@ -57,16 +57,16 @@ public static Collection<Object[]> data() {
{ "spatial.label:Westfälen", /*->*/ 8 },
{ "subject.componentList.id:1113670827", /*->*/ 0 },
{ "subject.componentList.type:PlaceOrGeographicName", /*->*/ 22 },
{ "publication.location:Berlin", /*->*/ 14 },
{ "publication.location:Berlin", /*->*/ 15 },
{ "subject.notation:914.3", /*->*/ 6 },
{ "subject.notation:914", /*->*/ 0 },
{ "subject.notation:914*", /*->*/ 6 },
{ "publication.location:Köln", /*->*/ 5 },
{ "publication.location:Koln", /*->*/ 5 },
{ "publication.startDate:1993", /*->*/ 3 },
{ "publication.location:Berlin AND publication.startDate:1993", /*->*/ 1 },
{ "publication.location:Berlin AND publication.startDate:[1992 TO 2017]", /*->*/ 4 },
{ "inCollection.id:\"http\\://lobid.org/organisations/DE-655#\\!\"", /*->*/ 131 },
{ "publication.location:Berlin AND publication.startDate:[1992 TO 2017]", /*->*/ 5 },
{ "inCollection.id:\"http\\://lobid.org/organisations/DE-655#\\!\"", /*->*/ 132 },
{ "inCollection.id:NWBib", /*->*/ 0 },
{ "publication.publishedBy:Quedenfeldt", /*->*/ 2 },
{ "publication.publishedBy:Quedenfeld", /*->*/ 2 },
Expand All @@ -91,7 +91,7 @@ public static Collection<Object[]> data() {
{ "\"Amtliche Publikation\"", /*->*/ 1},
{ "describedBy.resultOf.object.dateCreated:\"2023-03-22\"", /*->*/ 1},
{ "describedBy.resultOf.object.dateModified:\"2023-07-30\"", /*->*/ 3},
{ "describedBy.resultOf.object.sourceOrganization.id:\"http\\://lobid.org/organisations/DE-5#\\!\"", /*->*/ 4},
{ "describedBy.resultOf.object.sourceOrganization.id:\"http\\://lobid.org/organisations/DE-5#\\!\"", /*->*/ 5},
{ "describedBy.resultOf.object.modifiedBy.id:\"http\\://lobid.org/organisations/DE-6#\\!\"", /*->*/ 15 },
{ "\"Reader-friendly\"", /*->*/ 1},
{ "\"Reader friendly\"", /*->*/ 1},
Expand Down

0 comments on commit 8d6ee31

Please sign in to comment.