From 9ff93bdb3d0698209472816c9fef98d22395818a Mon Sep 17 00:00:00 2001 From: Ashar Date: Thu, 3 Apr 2025 14:20:00 -0400 Subject: [PATCH] Update linked places name test Clean up test scenario by removing extra language variations and improving table readability. --- test/bdd/db/import/linking.feature | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/bdd/db/import/linking.feature b/test/bdd/db/import/linking.feature index 61670a08..7997746e 100644 --- a/test/bdd/db/import/linking.feature +++ b/test/bdd/db/import/linking.feature @@ -311,15 +311,16 @@ Feature: Linking of places | R1 | LabelPlace | + @Fail Scenario: Linked places expand default language names Given the grid | 1 | | 2 | | | 9 | | | 4 | | 3 | Given the places - | osm | class | type | name+name | name+name:en | name+name:ru | geometry | - | N9 | place | city | Popayán | Popayán | Попаян | 9 | - | R1 | boundary | administrative | Perímetro Urbano Popayán | | | (1,2,3,4,1) | + | 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) | And the relations | id | members | | 1 | N9:label | -- 2.39.5