X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f3f542e86454e6f42f7f2c4adf74eabc2d78c011..086116b3a14f84a5d23b33acd5390245aea88d71:/test/bdd/osm2pgsql/update/interpolations.feature?ds=sidebyside 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 |