X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a2b486a5b0797430b0f99caf1d183212ad815db5..37940803273aeab88ae37f8f6c9698478df52fc2:/test/bdd/db/import/country.feature diff --git a/test/bdd/db/import/country.feature b/test/bdd/db/import/country.feature index 46788ba3..070baeef 100644 --- a/test/bdd/db/import/country.feature +++ b/test/bdd/db/import/country.feature @@ -21,9 +21,12 @@ Feature: Country handling | osm | display_name | | N1 | Wenig, Loudou | Scenario: OSM country relations outside expected boundaries are ignored + Given the grid + | 1 | | 2 | + | 4 | | 3 | Given the places | osm | class | type | admin | name+name:xy | country | geometry | - | R1 | boundary | administrative | 2 | Loudou | de | poly-area:0.1 | + | R1 | boundary | administrative | 2 | Loudou | de | (1,2,3,4,1) | Given the places | osm | class | type | name | geometry | | N1 | place | town | Wenig | country:de |