adapt tests to rank changes of natural

This commit is contained in:
Sarah Hoffmann
2020-10-31 22:20:46 +01:00
parent 0f5615b618
commit b2ebf4b4b7
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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