forked from hans/Nominatim
bdd: correctly skip postcode tests for legacy
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
@DB
|
@DB
|
||||||
@fail-legacy
|
|
||||||
Feature: Querying fo postcode variants
|
Feature: Querying fo postcode variants
|
||||||
|
|
||||||
Scenario: Postcodes in Singapore (6-digit postcode)
|
Scenario: Postcodes in Singapore (6-digit postcode)
|
||||||
@@ -15,6 +14,7 @@ Feature: Querying fo postcode variants
|
|||||||
| 0 | postcode | 399174 |
|
| 0 | postcode | 399174 |
|
||||||
|
|
||||||
|
|
||||||
|
@fail-legacy
|
||||||
Scenario Outline: Postcodes in the Netherlands (mixed postcode with spaces)
|
Scenario Outline: Postcodes in the Netherlands (mixed postcode with spaces)
|
||||||
Given the grid with origin NL
|
Given the grid with origin NL
|
||||||
| 10 | | | | 11 |
|
| 10 | | | | 11 |
|
||||||
@@ -38,6 +38,7 @@ Feature: Querying fo postcode variants
|
|||||||
| 3993 dx |
|
| 3993 dx |
|
||||||
|
|
||||||
|
|
||||||
|
@fail-legacy
|
||||||
Scenario: Postcodes in Singapore (6-digit postcode)
|
Scenario: Postcodes in Singapore (6-digit postcode)
|
||||||
Given the grid with origin SG
|
Given the grid with origin SG
|
||||||
| 10 | | | | 11 |
|
| 10 | | | | 11 |
|
||||||
@@ -51,6 +52,7 @@ Feature: Querying fo postcode variants
|
|||||||
| 0 | postcode | 399174 |
|
| 0 | postcode | 399174 |
|
||||||
|
|
||||||
|
|
||||||
|
@fail-legacy
|
||||||
Scenario Outline: Postcodes in Andorra (with country code)
|
Scenario Outline: Postcodes in Andorra (with country code)
|
||||||
Given the grid with origin AD
|
Given the grid with origin AD
|
||||||
| 10 | | | | 11 |
|
| 10 | | | | 11 |
|
||||||
|
|||||||
Reference in New Issue
Block a user