X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6e4b7eb96642078f573fc4c05601fb0b44706fab..44292713c6e11bbf09079c7c910f9f819776300a:/test/bdd/db/update/simple.feature?ds=sidebyside diff --git a/test/bdd/db/update/simple.feature b/test/bdd/db/update/simple.feature index 93fb0c00..0ae0ac4a 100644 --- a/test/bdd/db/update/simple.feature +++ b/test/bdd/db/update/simple.feature @@ -28,10 +28,10 @@ Feature: Update of simple objects Scenario: Do delete large features of low rank Given the named places - | osm | class | type | geometry | - | W1 | place | house | poly-area:5.0 | - | R1 | boundary | national_park | poly-area:5.0 | - | R2 | highway | residential | poly-area:5.0 | + | osm | class | type | geometry | + | W1 | place | house | poly-area:5.0 | + | R1 | natural | wood | poly-area:5.0 | + | R2 | highway | residential | poly-area:5.0 | When importing Then placex contains | object | rank_address | @@ -106,4 +106,4 @@ Feature: Update of simple objects | W1 | boundary | historic | Haha | 5 | (1, 2, 4, 3, 1) | Then placex contains | object | rank_address | - | W1 | 30 | + | W1 | 0 |