clean out dead sql code

This commit is contained in:
Sarah Hoffmann
2015-03-30 23:43:27 +02:00
parent 133dd2e974
commit 4a3dc3187c
5 changed files with 13 additions and 404 deletions

View 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