mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-09 11:34:07 +00:00
adapt API tests to latest OSM data changes
This commit is contained in:
@@ -29,7 +29,7 @@ Feature: Search queries
|
|||||||
When sending xml search query "Inuvik" with address
|
When sending xml search query "Inuvik" with address
|
||||||
Then address of result 0 is
|
Then address of result 0 is
|
||||||
| type | value
|
| type | value
|
||||||
| town | Inuvik
|
| city | Inuvik
|
||||||
| state | Northwest Territories
|
| state | Northwest Territories
|
||||||
| country | Canada
|
| country | Canada
|
||||||
| country_code | ca
|
| country_code | ca
|
||||||
@@ -41,7 +41,7 @@ Feature: Search queries
|
|||||||
| 0 | leisure | hackerspace
|
| 0 | leisure | hackerspace
|
||||||
And result addresses contain
|
And result addresses contain
|
||||||
| ID | address29
|
| ID | address29
|
||||||
| 0 | foobar
|
| 0 | Chaospott
|
||||||
And address of result 0 does not contain leisure,hackerspace
|
And address of result 0 does not contain leisure,hackerspace
|
||||||
|
|
||||||
Scenario: Disabling deduplication
|
Scenario: Disabling deduplication
|
||||||
|
|||||||
@@ -378,7 +378,7 @@ Feature: Import into placex
|
|||||||
| N5 | 30 | 30
|
| N5 | 30 | 30
|
||||||
| W2 | 18 | 0
|
| W2 | 18 | 0
|
||||||
| R3 | 18 | 0
|
| R3 | 18 | 0
|
||||||
| R4 | 22 | 22
|
| R4 | 22 | 0
|
||||||
| R5 | 4 | 4
|
| R5 | 4 | 4
|
||||||
| R6 | 4 | 4
|
| R6 | 4 | 4
|
||||||
| W3 | 30 | 30
|
| W3 | 30 | 30
|
||||||
|
|||||||
Reference in New Issue
Block a user