Skip to content

Commit

Permalink
Update result counts in search tests for updated test data (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg authored and TobiasNx committed Aug 7, 2024
1 parent 1598386 commit 3e857b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/test/tests/IndexIntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static Collection<Object[]> data() {
{ "spatial.label:Westfalen", /*->*/ 8 },
{ "spatial.label:Westfälen", /*->*/ 8 },
{ "subject.componentList.id:1113670827", /*->*/ 0 },
{ "subject.componentList.type:PlaceOrGeographicName", /*->*/ 22 },
{ "subject.componentList.type:PlaceOrGeographicName", /*->*/ 23 },
{ "publication.location:Berlin", /*->*/ 16 },
{ "subject.notation:914.3", /*->*/ 6 },
{ "subject.notation:914", /*->*/ 0 },
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#\\!\"", /*->*/ 133 },
{ "inCollection.id:\"https\\://nrw.digibib.net/search/hbzvk/\"", /*->*/ 150 },
{ "inCollection.id:\"http\\://lobid.org/organisations/DE-655#\\!\"", /*->*/ 134 },
{ "inCollection.id:\"https\\://nrw.digibib.net/search/hbzvk/\"", /*->*/ 151 },
{ "inCollection.id:NWBib", /*->*/ 0 },
{ "publication.publishedBy:Quedenfeldt", /*->*/ 2 },
{ "publication.publishedBy:Quedenfeld", /*->*/ 2 },
Expand Down

0 comments on commit 3e857b7

Please sign in to comment.