Skip to content

Commit

Permalink
Update web tests for #2136
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Jan 23, 2025
1 parent e6354b6 commit 8e9700f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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", /*->*/ 24 },
{ "subject.componentList.type:PlaceOrGeographicName", /*->*/ 25 },
{ "publication.location:Berlin", /*->*/ 16 },
{ "subject.notation:914.3", /*->*/ 6 },
{ "subject.notation:914.3", /*->*/ 7 },
{ "subject.notation:914", /*->*/ 0 },
{ "subject.notation:914*", /*->*/ 6 },
{ "subject.notation:914*", /*->*/ 7 },
{ "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#\\!\"", /*->*/ 143 },
{ "inCollection.id:\"https\\://nrw.digibib.net/search/hbzvk/\"", /*->*/ 162 },
{ "inCollection.id:\"http\\://lobid.org/organisations/DE-655#\\!\"", /*->*/ 144 },
{ "inCollection.id:\"https\\://nrw.digibib.net/search/hbzvk/\"", /*->*/ 163 },
{ "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#\\!\"", /*->*/ 17 },
{ "describedBy.resultOf.object.modifiedBy.id:\"http\\://lobid.org/organisations/DE-6#\\!\"", /*->*/ 18 },
{ "\"Reader-friendly\"", /*->*/ 1},
{ "\"Reader friendly\"", /*->*/ 1},
// all q tests are related to DigiBib
Expand Down Expand Up @@ -127,7 +127,7 @@ public static Collection<Object[]> data() {
{ "q.all:21914664", /*->*/ 1 },
{ "q.all:2191\\-4664", /*->*/ 0 }, // search with hyphens not possible, different to lobid general search
{ "q.all:HT072067630", /*->*/ 0 },
{ "q.all:(Erleben \\- Verstehen & Lernen)", /*->*/ 3 },
{ "q.all:(Erleben \\- Verstehen & Lernen)", /*->*/ 4 },
{ "q.all:(Lexicography \\: Selected Papers)", /*->*/ 1 },
{ "contribution.agent.label.digibib:Westfalen", /*->*/ 3 },
{ "contribution.agent.label.digibib:Westfälen", /*->*/ 3 },
Expand Down

0 comments on commit 8e9700f

Please sign in to comment.