mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-09 03:24:06 +00:00
add test for house number search
This commit is contained in:
@@ -165,6 +165,25 @@ Feature: API regression tests
|
|||||||
| ID | class | latlon
|
| ID | class | latlon
|
||||||
| 0 | highway | 51.8324206,1.2447352 +-100m
|
| 0 | highway | 51.8324206,1.2447352 +-100m
|
||||||
|
|
||||||
|
Scenario Outline: trac #5025
|
||||||
|
When sending json search query "Kriegsstr <house_nr>, Karlsruhe" with address
|
||||||
|
Then result addresses contain
|
||||||
|
| house_number | road
|
||||||
|
| <house_nr> | Kriegsstraße
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
| house_nr
|
||||||
|
| 5c
|
||||||
|
| 25
|
||||||
|
| 78
|
||||||
|
| 80
|
||||||
|
| 99
|
||||||
|
| 130
|
||||||
|
| 153
|
||||||
|
| 196
|
||||||
|
| 256
|
||||||
|
| 294
|
||||||
|
|
||||||
Scenario: trac #5238
|
Scenario: trac #5238
|
||||||
Given the request parameters
|
Given the request parameters
|
||||||
| bounded | viewbox
|
| bounded | viewbox
|
||||||
|
|||||||
Reference in New Issue
Block a user