X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/19e9748874afa4419d89cc36e12613ad57ee867a..3e64019afe8419ea5b35a3fbd1e6c9dabfc8d983:/test/bdd/db/query/normalization.feature diff --git a/test/bdd/db/query/normalization.feature b/test/bdd/db/query/normalization.feature index 71c69dec..32052647 100644 --- a/test/bdd/db/query/normalization.feature +++ b/test/bdd/db/query/normalization.feature @@ -127,7 +127,6 @@ Feature: Import and search of names | ID | osm_type | osm_id | | 0 | R | 2 | - @wip Scenario: Postcode boundaries without ref Given the places | osm | class | type | postcode | geometry | @@ -137,3 +136,13 @@ Feature: Import and search of names Then results contain | ID | osm_type | osm_id | | 0 | R | 1 | + + Scenario: Unprintable characters in postcodes are ignored + Given the named places + | osm | class | type | address | + | N234 | amenity | prison | 'postcode' : u'1234\u200e' | + When importing + And searching for "1234" + Then results contain + | ID | osm_type | + | 0 | P |