X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4a5a997e18c61a37b0e12f840e735e305edc416f..2110207074f4b67b1cea1b4c322201664395a843:/test/bdd/db/import/search_name.feature?ds=sidebyside diff --git a/test/bdd/db/import/search_name.feature b/test/bdd/db/import/search_name.feature index 98def330..86bdea9b 100644 --- a/test/bdd/db/import/search_name.feature +++ b/test/bdd/db/import/search_name.feature @@ -23,17 +23,3 @@ Feature: Creation of search terms Then search_name contains | object | name_vector | nameaddress_vector | | N1 | foo | the road | - - Scenario: Roads take over the postcode from attached houses - Given the scene roads-with-pois - And the places - | osm | class | type | housenr | postcode | street | geometry | - | N1 | place | house | 1 | 12345 | North St | :p-S1 | - And the places - | osm | class | type | name | geometry | - | W1 | highway | residential | North St | :w-north | - When importing - Then search_name contains - | object | nameaddress_vector | - | W1 | 12345 | -