X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/764dcd7f6459c08aafd5cf2fcb7902cc2868cb30..e1b096cf8cf1ac6904c9adf0963f0e1756ca65ea:/test/bdd/api/reverse/simple.feature?ds=sidebyside diff --git a/test/bdd/api/reverse/simple.feature b/test/bdd/api/reverse/simple.feature index 9ed530a5..4da311e7 100644 --- a/test/bdd/api/reverse/simple.feature +++ b/test/bdd/api/reverse/simple.feature @@ -71,10 +71,10 @@ Feature: Simple Reverse Tests | geojson | geojson | Scenario Outline: Boundingbox is returned - When sending reverse coordinates 14.62,108.1 + When sending reverse coordinates 47.11,9.57 | zoom | | 8 | - Then result has bounding box in 9,20,102,113 + Then result has bounding box in 47,48,9,10 Examples: | format | @@ -84,7 +84,7 @@ Feature: Simple Reverse Tests | xml | Scenario Outline: Reverse-geocoding with zoom - When sending reverse coordinates 53.603,10.041 + When sending reverse coordinates 47.11,9.57 | zoom | | 10 | Then exactly 1 result is returned @@ -131,3 +131,7 @@ Feature: Simple Reverse Tests | 48.966 | 8.448.2 | | Nan | 8.448 | | 48.966 | Nan | + + Scenario: Reverse Debug output returns no errors + When sending debug reverse coordinates 47.11,9.57 + Then a HTTP 200 is returned