]> git.openstreetmap.org Git - nominatim.git/blobdiff - tests/features/db/update/simple.feature
Merge pull request #436 from lonvia/remove-location-property-tables
[nominatim.git] / tests / features / db / update / simple.feature
index c7874ea0b96099fccf5c4817ab89067ceaf7c0bf..517e7bde9ed03ce13edd037b7044c05b65ae4360 100644 (file)
@@ -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