]> git.openstreetmap.org Git - nominatim.git/blobdiff - tests/features/db/import/parenting.feature
add mention of required Tiger files for test database
[nominatim.git] / tests / features / db / import / parenting.feature
index dd155c452466cd5d9f5f56281d75afe0a8ae5565..36754f844484ef843a36a5903effc2747aedf430 100644 (file)
@@ -389,7 +389,7 @@ Feature: Parenting of objects
          | N3     | W2              | None   | nowhere    | None
 
     ### Scenario 20
-    Scenario: POIs parent a road if and only if they are attached to it
+    Scenario: POIs parent a road if they are attached to it
         Given the scene points-on-roads
         And the named place nodes
          | osm_id | class   | type     | street   | geometry
@@ -408,8 +408,8 @@ Feature: Parenting of objects
         When importing
         Then table placex contains
          | object | parent_place_id
-         | N1     | W2
-         | N2     | W1
+         | N1     | W1
+         | N2     | W2
          | N3     | W1
          | N4     | W2