]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/lookup/simple.feature
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / test / bdd / api / lookup / simple.feature
index 53b222a00743c520b2b10e94670c352f266b8cd8..6aae8c4857a5a7f574a4ba5bd729fb783b6db4ba 100644 (file)
@@ -3,7 +3,7 @@ Feature: Places by osm_type and osm_id Tests
     Simple tests for response format.
 
     Scenario Outline: address lookup for existing node, way, relation
     Simple tests for response format.
 
     Scenario Outline: address lookup for existing node, way, relation
-        When sending <format> lookup query for N3284625766,W6065798,,R123924,X99,N0
+        When sending <format> lookup query for N5484325405,W43327921,,R123924,X99,N0
         Then the result is valid <outformat>
         And exactly 3 results are returned
 
         Then the result is valid <outformat>
         And exactly 3 results are returned
 
@@ -20,10 +20,10 @@ Feature: Places by osm_type and osm_id Tests
         Then exactly 0 results are returned
 
     Scenario Outline: Boundingbox is returned
         Then exactly 0 results are returned
 
     Scenario Outline: Boundingbox is returned
-        When sending <format> lookup query for N3284625766,W6065798
+        When sending <format> lookup query for N5484325405,W43327921
         Then exactly 2 results are returned
         Then exactly 2 results are returned
-        And result 0 has bounding box in -32.812,-32.811,-56.509,-56.508
-        And result 1 has bounding box in 47.14,47.15,9.51,9.53
+        And result 0 has bounding box in 47.135,47.14,9.52,9.525
+        And result 1 has bounding box in 47.07,47.08,9.50,9.52
 
     Examples:
       | format |
 
     Examples:
       | format |