Skip to content

Commit

Permalink
Add test (#2082)
Browse files Browse the repository at this point in the history
Complements b91a27e.
  • Loading branch information
Petra Maier committed Nov 5, 2024
1 parent f1e8798 commit 194e721
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions web/test/tests/IndexIntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@ public static Collection<Object[]> data() {
{ "spatial.label:Westfalen", /*->*/ 8 },
{ "spatial.label:Westfälen", /*->*/ 8 },
{ "subject.componentList.id:1113670827", /*->*/ 0 },
{ "subject.componentList.type:PlaceOrGeographicName", /*->*/ 23 },
{ "subject.componentList.type:PlaceOrGeographicName", /*->*/ 24 },
{ "publication.location:Berlin", /*->*/ 16 },
{ "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 },
{ "inCollection.id:\"http\\://lobid.org/organisations/DE-655#\\!\"", /*->*/ 139 },
{ "inCollection.id:\"https\\://nrw.digibib.net/search/hbzvk/\"", /*->*/ 156 },
{ "inCollection.id:\"http\\://lobid.org/organisations/DE-655#\\!\"", /*->*/ 140 },
{ "inCollection.id:\"https\\://nrw.digibib.net/search/hbzvk/\"", /*->*/ 157 },
{ "inCollection.id:NWBib", /*->*/ 0 },
{ "publication.publishedBy:Quedenfeldt", /*->*/ 2 },
{ "publication.publishedBy:Quedenfeld", /*->*/ 2 },
Expand All @@ -93,7 +93,7 @@ public static Collection<Object[]> data() {
{ "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#\\!\"", /*->*/ 5},
{ "describedBy.resultOf.object.modifiedBy.id:\"http\\://lobid.org/organisations/DE-6#\\!\"", /*->*/ 15 },
{ "describedBy.resultOf.object.modifiedBy.id:\"http\\://lobid.org/organisations/DE-6#\\!\"", /*->*/ 16 },
{ "\"Reader-friendly\"", /*->*/ 1},
{ "\"Reader friendly\"", /*->*/ 1},
// all q tests are related to DigiBib
Expand Down

0 comments on commit 194e721

Please sign in to comment.