X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d4fa528d5c9d8435126b1d9286e84d5208bdfd9d..b612b9942109a08c6ff8f49e3327e015fec08e67:/test/bdd/db/import/placex.feature diff --git a/test/bdd/db/import/placex.feature b/test/bdd/db/import/placex.feature index cc3569b0..0284736b 100644 --- a/test/bdd/db/import/placex.feature +++ b/test/bdd/db/import/placex.feature @@ -293,3 +293,22 @@ Feature: Import into placex | R6 | 4 | 0 | | W3 | 30 | 30 | + Scenario: boundary ways for countries and states are ignored + Given the named places + | osm | class | type | admin | geometry | + | W4 | boundary | administrative | 2 | poly-area:0.1 | + | R4 | boundary | administrative | 2 | poly-area:0.1 | + | W5 | boundary | administrative | 3 | poly-area:0.1 | + | R5 | boundary | administrative | 3 | poly-area:0.1 | + | W6 | boundary | administrative | 4 | poly-area:0.1 | + | R6 | boundary | administrative | 4 | poly-area:0.1 | + | W7 | boundary | administrative | 5 | poly-area:0.1 | + | R7 | boundary | administrative | 5 | poly-area:0.1 | + When importing + Then placex contains exactly + | object | + | R4 | + | R5 | + | R6 | + | W7 | + | R7 |