X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4160c0a1942657f58f44d73e7637b0aaced93e9f..0278ab7f41bf9bc96a87084c04bfec263c6acc40:/test/bdd/osm2pgsql/update/interpolations.feature diff --git a/test/bdd/osm2pgsql/update/interpolations.feature b/test/bdd/osm2pgsql/update/interpolations.feature index dae5168b..9ca26285 100644 --- a/test/bdd/osm2pgsql/update/interpolations.feature +++ b/test/bdd/osm2pgsql/update/interpolations.feature @@ -13,6 +13,7 @@ Feature: Updates of address interpolation objects """ n1 Taddr:housenumber=3 n2 Taddr:housenumber=17 + w33 Thighway=residential,name=Tao Nn1,n2 """ Then place contains | object | type | @@ -33,6 +34,7 @@ Feature: Updates of address interpolation objects | object | type | | N1:place | house | | N2:place | house | + | W33:highway | residential | Then location_property_osmline contains exactly | object | | 99:5 | @@ -73,6 +75,7 @@ Feature: Updates of address interpolation objects """ n1 Taddr:housenumber=3 n2 Taddr:housenumber=17 + w33 Thighway=residential Nn1,n2 w99 Thighway=residential Nn1,n2 """ Then place contains @@ -95,6 +98,7 @@ Feature: Updates of address interpolation objects | object | type | | N1:place | house | | N2:place | house | + | W33:highway | residential | And location_property_osmline contains exactly | object | | 99:5 |