mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-10 03:54:06 +00:00
Update linked places name test
Clean up test scenario by removing extra language variations and improving table readability.
This commit is contained in:
@@ -311,15 +311,16 @@ Feature: Linking of places
|
|||||||
| R1 | LabelPlace |
|
| R1 | LabelPlace |
|
||||||
|
|
||||||
|
|
||||||
|
@Fail
|
||||||
Scenario: Linked places expand default language names
|
Scenario: Linked places expand default language names
|
||||||
Given the grid
|
Given the grid
|
||||||
| 1 | | 2 |
|
| 1 | | 2 |
|
||||||
| | 9 | |
|
| | 9 | |
|
||||||
| 4 | | 3 |
|
| 4 | | 3 |
|
||||||
Given the places
|
Given the places
|
||||||
| osm | class | type | name+name | name+name:en | name+name:ru | geometry |
|
| osm | class | type | name+name | geometry |
|
||||||
| N9 | place | city | Popayán | Popayán | Попаян | 9 |
|
| N9 | place | city | Popayán | 9 |
|
||||||
| R1 | boundary | administrative | Perímetro Urbano Popayán | | | (1,2,3,4,1) |
|
| R1 | boundary | administrative | Perímetro Urbano Popayán | (1,2,3,4,1) |
|
||||||
And the relations
|
And the relations
|
||||||
| id | members |
|
| id | members |
|
||||||
| 1 | N9:label |
|
| 1 | N9:label |
|
||||||
|
|||||||
Reference in New Issue
Block a user