fix postcode-related tests

This commit is contained in:
Sarah Hoffmann
2017-07-06 23:54:07 +02:00
parent 5237f44c4a
commit a44377c7b0
4 changed files with 3 additions and 94 deletions

View File

@@ -23,17 +23,3 @@ Feature: Creation of search terms
Then search_name contains
| object | name_vector | nameaddress_vector |
| N1 | foo | the road |
Scenario: Roads take over the postcode from attached houses
Given the scene roads-with-pois
And the places
| osm | class | type | housenr | postcode | street | geometry |
| N1 | place | house | 1 | 12345 | North St | :p-S1 |
And the places
| osm | class | type | name | geometry |
| W1 | highway | residential | North St | :w-north |
When importing
Then search_name contains
| object | nameaddress_vector |
| W1 | 12345 |