forked from hans/Nominatim
add test for finding housenumber 0
This commit is contained in:
@@ -55,6 +55,22 @@ Feature: Search queries
|
|||||||
| country | Uruguay |
|
| country | Uruguay |
|
||||||
| country_code | uy |
|
| country_code | uy |
|
||||||
|
|
||||||
|
Scenario Outline: Housenumber 0 can be found
|
||||||
|
When sending <format> search query "Pham Hung Road 0" with address
|
||||||
|
Then results contain
|
||||||
|
| display_name |
|
||||||
|
| ^.*, 0,.* |
|
||||||
|
And result addresses contain
|
||||||
|
| house_number |
|
||||||
|
| 0 |
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
| format |
|
||||||
|
| xml |
|
||||||
|
| json |
|
||||||
|
| jsonv2 |
|
||||||
|
| geojson |
|
||||||
|
|
||||||
@Tiger
|
@Tiger
|
||||||
Scenario: TIGER house number
|
Scenario: TIGER house number
|
||||||
When sending json search query "323 22nd Street Southwest, Huron"
|
When sending json search query "323 22nd Street Southwest, Huron"
|
||||||
|
|||||||
Reference in New Issue
Block a user