X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4b28b4fed469ef5826e61633f82b93a29e1c9b3f..e4796bb876bf75dd674ee3f25a89bebb7e037443:/test/bdd/db/import/interpolation.feature?ds=sidebyside diff --git a/test/bdd/db/import/interpolation.feature b/test/bdd/db/import/interpolation.feature index 4624705e..54d22962 100644 --- a/test/bdd/db/import/interpolation.feature +++ b/test/bdd/db/import/interpolation.feature @@ -347,7 +347,7 @@ Feature: Import of address interpolations Given the places | osm | class | type | housenr | geometry | | N1 | place | house | 0 | 1 1 | - | N2 | place | house | 8 | 1 1.001 | + | N2 | place | house | 10 | 1 1.001 | And the places | osm | class | type | addr+interpolation | geometry | | W1 | place | houses | even | 1 1, 1 1.001 | @@ -357,8 +357,8 @@ Feature: Import of address interpolations When importing Then W1 expands to interpolation | start | end | geometry | - | 2 | 6 | 1 0002, 1 1.0008 | + | 2 | 8 | 1 1.0002, 1 1.0008 | When sending jsonv2 reverse coordinates 1,1 Then results contain | ID | osm_type | osm_id | type | display_name | - | 0 | way | 1 | house | 0 | + | 0 | node | 1 | house | 0 |