X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ddb72966631669a35b00f5830d19a133b8ff51de..3a696e1895ccd87ea03c16412870003630f3e23f:/test/bdd/db/import/parenting.feature?ds=sidebyside diff --git a/test/bdd/db/import/parenting.feature b/test/bdd/db/import/parenting.feature index c00f4701..2650f6f0 100644 --- a/test/bdd/db/import/parenting.feature +++ b/test/bdd/db/import/parenting.feature @@ -1,6 +1,6 @@ @DB Feature: Parenting of objects - Tests that the correct parent is choosen + Tests that the correct parent is chosen Scenario: Address inherits postcode from its street unless it has a postcode Given the scene roads-with-pois @@ -18,10 +18,14 @@ Feature: Parenting of objects | object | parent_place_id | | N1 | W1 | | N2 | W1 | - And search_name contains - | object | nameaddress_vector | - | N1 | 4, galoo, 12345 | - | N2 | 5, galoo, 99999 | + When searching for "4 galoo" + Then results contain + | ID | osm_type | osm_id | langaddress + | 0 | N | 1 | 4, galoo, 12345 + When searching for "5 galoo" + Then results contain + | ID | osm_type | osm_id | langaddress + | 0 | N | 2 | 5, galoo, 99999 Scenario: Address without tags, closest street Given the scene roads-with-pois