2 Feature: Update of relations by osm2pgsql
3 Testing relation update by osm2pgsql.
5 Scenario: Remove all members of a relation
8 | 1 | 'amenity' : 'prison', 'name' : 'foo'
17 | 2 | 'ref' : '45' | 200 201 202 203 200
18 Given the osm relations:
20 | 1 | 'type' : 'multipolygon', 'tourism' : 'hotel', 'name' : 'XZ' | W2
22 Then table place contains
23 | object | class | type | name
24 | R1 | tourism | hotel | 'name' : 'XZ'
25 Given the osm relations:
26 | action | id | tags | members
27 | M | 1 | 'type' : 'multipolygon', 'tourism' : 'hotel', 'name' : 'XZ' | N1
28 When updating osm data
29 Then table place has no entry for R1