X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a7d31469675e9bd26cf19fa319da0133de99a822..131527bdab6738baff679171c421ea7fa863e100:/tests/features/db/update/simple.feature diff --git a/tests/features/db/update/simple.feature b/tests/features/db/update/simple.feature index c7874ea0..517e7bde 100644 --- a/tests/features/db/update/simple.feature +++ b/tests/features/db/update/simple.feature @@ -2,20 +2,6 @@ Feature: Update of simple objects Testing simple stuff - Scenario: Remove name from a landuse object - Given the place nodes - | osm_id | class | type | name - | 1 | landuse | wood | 'name' : 'Foo' - When importing - Then table placex contains - | object | class | type | name - | N1 | landuse| wood | 'name' : 'Foo' - When updating place nodes - | osm_id | class | type - | 1 | landuse | wood - Then table placex has no entry for N1 - - Scenario: Do delete small boundary features Given the place areas | osm_type | osm_id | class | type | admin_level | geometry