mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
remove special casing for legacy tokenizer from BDD tests
This commit is contained in:
@@ -27,7 +27,6 @@ Feature: Searching of house numbers
|
||||
| N1 |
|
||||
|
||||
|
||||
@fail-legacy
|
||||
Scenario Outline: Numeral housenumbers in any script are found
|
||||
Given the places
|
||||
| osm | class | type | housenr | geometry |
|
||||
@@ -84,7 +83,6 @@ Feature: Searching of house numbers
|
||||
| 2, 4, 12 |
|
||||
|
||||
|
||||
@fail-legacy
|
||||
Scenario Outline: Housenumber - letter combinations are found
|
||||
Given the places
|
||||
| osm | class | type | housenr | geometry |
|
||||
@@ -150,7 +148,6 @@ Feature: Searching of house numbers
|
||||
| 34/10 |
|
||||
|
||||
|
||||
@fail-legacy
|
||||
Scenario Outline: a bis housenumber is found
|
||||
Given the places
|
||||
| osm | class | type | housenr | geometry |
|
||||
@@ -184,7 +181,6 @@ Feature: Searching of house numbers
|
||||
| 45 bis |
|
||||
|
||||
|
||||
@fail-legacy
|
||||
Scenario Outline: a ter housenumber is found
|
||||
Given the places
|
||||
| osm | class | type | housenr | geometry |
|
||||
@@ -218,7 +214,6 @@ Feature: Searching of house numbers
|
||||
| 45 TER |
|
||||
|
||||
|
||||
@fail-legacy
|
||||
Scenario Outline: a number - letter - number combination housenumber is found
|
||||
Given the places
|
||||
| osm | class | type | housenr | geometry |
|
||||
@@ -252,7 +247,6 @@ Feature: Searching of house numbers
|
||||
| 501h1 |
|
||||
|
||||
|
||||
@fail-legacy
|
||||
Scenario Outline: Russian housenumbers are found
|
||||
Given the places
|
||||
| osm | class | type | housenr | geometry |
|
||||
|
||||
Reference in New Issue
Block a user