Skip to content

Commit

Permalink
Update tests #2062
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Sep 13, 2024
1 parent 32e9d33 commit b3f480b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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", /*->*/ 18 },
{ "title:der", /*->*/ 19 },
{ "title:Westfalen", /*->*/ 8 },
{ "contribution.agent.label:Westfalen", /*->*/ 3 },
{ "contribution.agent.label:Westfälen", /*->*/ 3 },
Expand All @@ -43,7 +43,7 @@ public static Collection<Object[]> data() {
{ "title:Westfalen AND contribution.agent.label:Prause", /*->*/ 1 },
{ "title:Westfalen OR title:Munsterland", /*->*/ 8 },
{ "(title:Westfalen OR title:Münsterland) AND contribution.agent.id:\"https\\://d-nb.info/gnd/5253963-5\"", /*->*/ 0 },
{ "bibliographicLevel.label.raw:\"Monographic component part\"", /*->*/ 15 },
{ "bibliographicLevel.label.raw:\"Monographic component part\"", /*->*/ 16 },
{ "subject.componentList.label:Düsseldorf", /*->*/ 1 },
{ "subject.componentList.label:Duesseldorf", /*->*/ 1 },
{ "subject.componentList.label:Dusseldorf", /*->*/ 1 },
Expand All @@ -66,8 +66,8 @@ 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#\\!\"", /*->*/ 137 },
{ "inCollection.id:\"https\\://nrw.digibib.net/search/hbzvk/\"", /*->*/ 154 },
{ "inCollection.id:\"http\\://lobid.org/organisations/DE-655#\\!\"", /*->*/ 139 },
{ "inCollection.id:\"https\\://nrw.digibib.net/search/hbzvk/\"", /*->*/ 156 },
{ "inCollection.id:NWBib", /*->*/ 0 },
{ "publication.publishedBy:Quedenfeldt", /*->*/ 2 },
{ "publication.publishedBy:Quedenfeld", /*->*/ 2 },
Expand Down

0 comments on commit b3f480b

Please sign in to comment.