From: Sarah Hoffmann Date: Mon, 30 Mar 2020 21:04:20 +0000 (+0200) Subject: adapt tests to new borough ranking X-Git-Tag: v3.5.0~60 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/19948c378af897a6feed1faeb0e8c13f8e39c828?ds=sidebyside adapt tests to new borough ranking --- diff --git a/test/bdd/db/import/placex.feature b/test/bdd/db/import/placex.feature index b04a971f..c9583c83 100644 --- a/test/bdd/db/import/placex.feature +++ b/test/bdd/db/import/placex.feature @@ -143,7 +143,6 @@ Feature: Import into placex | N22 | place | hamlet | | N23 | place | municipality | | N24 | place | district | - | N25 | place | unincorporated_area | | N26 | place | borough | | N27 | place | suburb | | N28 | place | croft | @@ -178,8 +177,7 @@ Feature: Import into placex | N22 | 20 | 20 | | N23 | 19 | 16 | | N24 | 19 | 16 | - | N25 | 19 | 16 | - | N26 | 19 | 16 | + | N26 | 19 | 18 | | N27 | 20 | 20 | | N28 | 20 | 20 | | N29 | 20 | 20 |