forked from hans/Nominatim
simple search steps
This commit is contained in:
16
test/bdd/db/import/search_simple.feature
Normal file
16
test/bdd/db/import/search_simple.feature
Normal file
@@ -0,0 +1,16 @@
|
||||
@DB
|
||||
Feature: Import of simple objects
|
||||
Testing simple stuff
|
||||
|
||||
@wip
|
||||
Scenario: Import place node
|
||||
Given the places
|
||||
| osm | class | type | name | name+ref | geometry |
|
||||
| N1 | place | village | Foo | 32 | 10.0 -10.0 |
|
||||
And the named places
|
||||
| osm | class | type | housenr |
|
||||
| N2 | place | village | |
|
||||
When importing
|
||||
Then placex contains
|
||||
| object | class | type | name | name+ref | centroid*10 |
|
||||
| N1 | place | village | Foo | 32 | 1 -1 |
|
||||
Reference in New Issue
Block a user