forked from hans/Nominatim
remove special casing for legacy tokenizer from BDD tests
This commit is contained in:
@@ -14,7 +14,6 @@ Feature: Querying fo postcode variants
|
||||
| 0 | postcode | 399174, Singapore |
|
||||
|
||||
|
||||
@fail-legacy
|
||||
Scenario Outline: Postcodes in the Netherlands (mixed postcode with spaces)
|
||||
Given the grid with origin NL
|
||||
| 10 | | | | 11 |
|
||||
@@ -38,7 +37,6 @@ Feature: Querying fo postcode variants
|
||||
| 3993 dx |
|
||||
|
||||
|
||||
@fail-legacy
|
||||
Scenario: Postcodes in Singapore (6-digit postcode)
|
||||
Given the grid with origin SG
|
||||
| 10 | | | | 11 |
|
||||
@@ -52,7 +50,6 @@ Feature: Querying fo postcode variants
|
||||
| 0 | postcode | 399174, Singapore |
|
||||
|
||||
|
||||
@fail-legacy
|
||||
Scenario Outline: Postcodes in Andorra (with country code)
|
||||
Given the grid with origin AD
|
||||
| 10 | | | | 11 |
|
||||
@@ -76,7 +73,6 @@ Feature: Querying fo postcode variants
|
||||
| AD675 |
|
||||
|
||||
|
||||
@fail-legacy
|
||||
Scenario: Different postcodes with the same normalization can both be found
|
||||
Given the places
|
||||
| osm | class | type | addr+postcode | addr+housenumber | geometry |
|
||||
@@ -97,7 +93,6 @@ Feature: Querying fo postcode variants
|
||||
| postcode | E4 7EA, United Kingdom |
|
||||
|
||||
|
||||
@fail-legacy
|
||||
Scenario: Postcode areas are preferred over postcode points
|
||||
Given the grid with origin DE
|
||||
| 1 | 2 |
|
||||
|
||||
Reference in New Issue
Block a user