Nominatim/test/bdd/db/query/search_simple.feature

14 lines
436 B
Gherkin
Raw Normal View History

2016-11-20 19:30:54 +03:00
@DB
Feature: Searching of simple objects
Testing simple stuff
Scenario: Search for place node
Given the places
| osm | class | type | name+name | geometry |
| N1 | place | village | Foo | 10.0 -10.0 |
When importing
And searching for "Foo"
Then results contain
| ID | osm | class | type | centroid |
| 0 | N1 | place | village | 10 -10 |