]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/search/geocodejson.feature
factor out housenumber splitting into sanitizer
[nominatim.git] / test / bdd / api / search / geocodejson.feature
index 97cb220b0b84c6250750a4bcb7288dcd2794e4d8..b0ef92dacf6df1a1dd921ac7c7e3369e9dc35886 100644 (file)
@@ -3,15 +3,15 @@ Feature: Parameters for Search API
     Testing correctness of geocodejson output.
 
     Scenario: City housenumber-level address with street
-        When sending geocodejson search query "Brunnenhofstr 10, Hamburg" with address
+        When sending geocodejson search query "Im Winkel 8, Triesen" with address
         Then results contain
-          | housenumber | street           | postcode | city    | country |
-          | 10          | Brunnenhofstraße | 22767    | Hamburg | Deutschland | 
+          | housenumber | street    | postcode | city    | country |
+          | 8           | Im Winkel | 9495     | Triesen | Liechtenstein |
 
     Scenario: Town street-level address with street
         When sending geocodejson search query "Gnetsch, Balzers" with address
         Then results contain
-          | street  | city    | postcode | country |
+          | name    | city    | postcode | country |
           | Gnetsch | Balzers | 9496     | Liechtenstein |
 
     Scenario: Town street-level address with footway
@@ -21,7 +21,7 @@ Feature: Parameters for Search API
           | Burgweg | Balzers | 9496     | Liechtenstein |
 
     Scenario: City address with suburb
-        When sending geocodejson search query "hinschenfelder str 64, wandsbek" with address
+        When sending geocodejson search query "Lochgass 5, Ebenholz, Vaduz" with address
         Then results contain
-          | housenumber | street                | district | city    | postcode | country |
-          | 64          | Hinschenfelder Straße | Wandsbek | Hamburg | 22047    | Deutschland |
+          | housenumber | street   | district | city  | postcode | country |
+          | 5           | Lochgass | Ebenholz | Vaduz | 9490     | Liechtenstein |