]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/db/import/parenting.feature
move php tests in common test dir and unify READMEs
[nominatim.git] / test / bdd / db / import / parenting.feature
index c00f47016f23af13afbbedc9b35f7e450b121090..b0b76438f9d377c8167181bffa7fdc3114b5691a 100644 (file)
@@ -18,10 +18,14 @@ Feature: Parenting of objects
          | object | parent_place_id |
          | N1     | W1 |
          | N2     | W1 |
-        And search_name contains
-         | object | nameaddress_vector |
-         | N1     | 4, galoo, 12345 |
-         | N2     | 5, galoo, 99999 |
+        When searching for "4 galoo"
+        Then results contain
+         | ID | osm_type | osm_id | langaddress
+         | 0  | N        | 1      | 4, galoo, 12345
+        When searching for "5 galoo"
+        Then results contain
+         | ID | osm_type | osm_id | langaddress
+         | 0  | N        | 2      | 5, galoo, 99999
 
     Scenario: Address without tags, closest street
         Given the scene roads-with-pois