mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
adapt tests to new tiger algorithm
This commit is contained in:
@@ -59,12 +59,16 @@ Feature: Search queries
|
||||
@Tiger
|
||||
Scenario: TIGER house number
|
||||
When sending json search query "3 West Victory Way, Craig"
|
||||
Then result 0 has not attributes osm_id,osm_type
|
||||
Then results contain
|
||||
| osm_type
|
||||
| tiger
|
||||
|
||||
@Tiger
|
||||
Scenario: TIGER house number (road fallback)
|
||||
When sending json search query "3030 West Victory Way, Craig"
|
||||
Then result 0 has attributes osm_id,osm_type
|
||||
Then results contain
|
||||
| osm_type
|
||||
| way
|
||||
|
||||
Scenario: Expansion of Illinois
|
||||
Given the request parameters
|
||||
|
||||
Reference in New Issue
Block a user