]> git.openstreetmap.org Git - nominatim.git/blob - test/bdd/db/import/search_simple.feature
simple search steps
[nominatim.git] / test / bdd / db / import / search_simple.feature
1 @DB
2 Feature: Import of simple objects
3     Testing simple stuff
4
5     @wip
6     Scenario: Import place node
7         Given the places
8           | osm | class | type    | name | name+ref | geometry   |
9           | N1  | place | village | Foo  | 32       | 10.0 -10.0 |
10         And the named places
11           | osm | class | type    | housenr |
12           | N2  | place | village |         |
13         When importing
14         Then placex contains
15           | object | class  | type    | name | name+ref | centroid*10 |
16           | N1     | place  | village | Foo  | 32       | 1 -1        |