X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/36007091166cdf30b1593f8a1d6c7673ef8ca45e..898febcec5261187e3daac6abd511e966679315e:/test/bdd/db/import/postcodes.feature diff --git a/test/bdd/db/import/postcodes.feature b/test/bdd/db/import/postcodes.feature index 3d1dc489..4c839db0 100644 --- a/test/bdd/db/import/postcodes.feature +++ b/test/bdd/db/import/postcodes.feature @@ -134,9 +134,7 @@ Feature: Import of postcodes Then location_postcode contains exactly | country | postcode | geometry | | de | 01982 | country:de | - And word contains - | word | class | type | - | 01982 | place | postcode | + And there are word tokens for postcodes 01982 Scenario: Different postcodes with the same normalization can both be found Given the places @@ -148,11 +146,11 @@ Feature: Import of postcodes | country | postcode | geometry | | gb | EH4 7EA | country:gb | | gb | E4 7EA | country:gb | - When searching for "EH4 7EA" + When sending search query "EH4 7EA" Then results contain - | type | placename | + | type | display_name | | postcode | EH4 7EA | - When searching for "E4 7EA" + When sending search query "E4 7EA" Then results contain - | type | placename | + | type | display_name | | postcode | E4 7EA |