simple search steps

This commit is contained in:
Sarah Hoffmann
2016-11-20 17:30:54 +01:00
parent c56c09e2c0
commit 47f94c6988
8 changed files with 277 additions and 71 deletions

View File

@@ -0,0 +1,13 @@
@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 |