From 5cdc6724dec2aa9d94d22d720a3a2056dfe5862b Mon Sep 17 00:00:00 2001 From: James Addison Date: Wed, 28 Jan 2026 11:10:08 +0000 Subject: [PATCH] Tests: set boundary admin level to enable linking --- test/bdd/features/db/import/linking.feature | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/bdd/features/db/import/linking.feature b/test/bdd/features/db/import/linking.feature index 910a09d1..dbaac5fc 100644 --- a/test/bdd/features/db/import/linking.feature +++ b/test/bdd/features/db/import/linking.feature @@ -306,11 +306,17 @@ Feature: Linking of places Given the places | osm | class | type | name+name | geometry | | N9 | place | city | Popayán | 9 | - | R1 | boundary | administrative | Perímetro Urbano Popayán | (1,2,3,4,1) | + Given the places + | osm | class | type | name+name | geometry | admin | + | R1 | boundary | administrative | Perímetro Urbano Popayán | (1,2,3,4,1) | 8 | And the relations | id | members | | 1 | N9:label | When importing + Then placex contains + | object | linked_place_id | + | N9:place | R1 | + | R1:boundary | - | Then placex contains | object | name+_place_name | name+_place_name:es | | R1 | Popayán | Popayán |