mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
adapt tests to rank changes of natural
This commit is contained in:
@@ -216,13 +216,13 @@ Feature: Import into placex
|
|||||||
| object | rank_search | rank_address |
|
| object | rank_search | rank_address |
|
||||||
| N2 | 18 | 0 |
|
| N2 | 18 | 0 |
|
||||||
| N4 | 18 | 0 |
|
| N4 | 18 | 0 |
|
||||||
| N5 | 30 | 30 |
|
| N5 | 22 | 0 |
|
||||||
| W2 | 18 | 0 |
|
| W2 | 18 | 0 |
|
||||||
| R3 | 18 | 0 |
|
| R3 | 18 | 0 |
|
||||||
| R4 | 30 | 30 |
|
| R4 | 22 | 0 |
|
||||||
| R5 | 4 | 0 |
|
| R5 | 4 | 0 |
|
||||||
| R6 | 4 | 0 |
|
| R6 | 4 | 0 |
|
||||||
| W3 | 30 | 30 |
|
| W3 | 22 | 0 |
|
||||||
|
|
||||||
Scenario: boundary ways for countries and states are ignored
|
Scenario: boundary ways for countries and states are ignored
|
||||||
Given the named places
|
Given the named places
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ Feature: Update of simple objects
|
|||||||
When importing
|
When importing
|
||||||
Then placex contains
|
Then placex contains
|
||||||
| object | rank_address |
|
| object | rank_address |
|
||||||
| R1 | 30 |
|
| R1 | 0 |
|
||||||
| R2 | 26 |
|
| R2 | 26 |
|
||||||
| W1 | 30 |
|
| W1 | 30 |
|
||||||
When marking for delete R1,R2,W1
|
When marking for delete R1,R2,W1
|
||||||
|
|||||||
Reference in New Issue
Block a user