X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/86d90bc46005c00f2367ad759804f528adc4c6a5..7879ad44cd1e36ae1235c3dcdfd9e477491813e4:/tests/features/db/import/naming.feature diff --git a/tests/features/db/import/naming.feature b/tests/features/db/import/naming.feature index 8081c491..64a3f8b1 100644 --- a/tests/features/db/import/naming.feature +++ b/tests/features/db/import/naming.feature @@ -167,15 +167,6 @@ Feature: Import and search of names | name:fi | finnish | name:de | local - Scenario: Landuse without name are ignored - Given the place areas - | osm_type | osm_id | class | type | geometry - | R | 1 | natural | meadow | (0 0, 1 0, 1 1, 0 1, 0 0) - | R | 2 | landuse | industrial | (0 0, -1 0, -1 -1, 0 -1, 0 0) - When importing - Then table placex has no entry for R1 - And table placex has no entry for R2 - Scenario: Landuse with name are found Given the place areas | osm_type | osm_id | class | type | name | geometry