]> git.openstreetmap.org Git - nominatim.git/blobdiff - tests/features/db/import/linking.feature
add mention of required Tiger files for test database
[nominatim.git] / tests / features / db / import / linking.feature
index 11602b7d26be442bb577a96dd89ac1c844998e11..299087aef7e01fcbd93c6fe23317e7443440147a 100644 (file)
@@ -2,6 +2,20 @@
 Feature: Linking of places
     Tests for correctly determining linked places
 
+    Scenario: Only address-describing places can be linked
+        Given the scene way-area-with-center
+        And the place areas
+         | osm_type | osm_id | class   | type   | name  | geometry
+         | R        | 13     | landuse | forest | Garbo | :area
+        And the place nodes
+         | osm_id | class   | type | name  | geometry
+         | 256    | natural | peak | Garbo | :inner-C
+        When importing
+        Then table placex contains
+         | object  | linked_place_id
+         | R13     | None
+         | N256    | None
+
     Scenario: Waterways are linked when in waterway relations
         Given the scene split-road
         And the place ways