X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/61e3a053723a6a1131e234aa8ad1a37f18bbec56..5302b5d411380251a91006853e28f506f63a83fa:/test/bdd/db/import/placex.feature?ds=sidebyside diff --git a/test/bdd/db/import/placex.feature b/test/bdd/db/import/placex.feature index 1a62638d..9b208775 100644 --- a/test/bdd/db/import/placex.feature +++ b/test/bdd/db/import/placex.feature @@ -170,13 +170,13 @@ Feature: Import into placex When importing Then placex contains | object | rank_search | rank_address | - | N1 | 30 | 0 | + | N1 | 30 | 30 | | W1 | 26 | 26 | | W2 | 26 | 26 | | W3 | 26 | 26 | | W4 | 26 | 26 | | W5 | 26 | 26 | - | W6 | 26 | 26 | + | W6 | 30 | 30 | Scenario: rank and inclusion of landuses Given the named places @@ -191,8 +191,8 @@ Feature: Import into placex When importing Then placex contains | object | rank_search | rank_address | - | N2 | 30 | 0 | - | W2 | 30 | 0 | + | N2 | 30 | 30 | + | W2 | 30 | 30 | | W4 | 22 | 22 | | R2 | 22 | 22 | | R3 | 22 | 0 | @@ -216,13 +216,13 @@ Feature: Import into placex | object | rank_search | rank_address | | N2 | 18 | 0 | | N4 | 18 | 0 | - | N5 | 30 | 30 | + | N5 | 22 | 0 | | W2 | 18 | 0 | | R3 | 18 | 0 | - | R4 | 30 | 30 | + | R4 | 22 | 0 | | R5 | 4 | 0 | | R6 | 4 | 0 | - | W3 | 30 | 30 | + | W3 | 22 | 0 | Scenario: boundary ways for countries and states are ignored Given the named places