X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/86d90bc46005c00f2367ad759804f528adc4c6a5..8809839125847348681613ec120e42f96f8bbe60:/tests/features/api/regression.feature diff --git a/tests/features/api/regression.feature b/tests/features/api/regression.feature index 3e409fe8..f5a94d30 100644 --- a/tests/features/api/regression.feature +++ b/tests/features/api/regression.feature @@ -6,7 +6,7 @@ Feature: API regression tests When sending json search query "" with address Then result addresses contain | ID | road | city - | 0 | Seegasse | Gemeinde Wieselburg-Land + | 0 | Seegasse | Wieselburg-Land Examples: | query @@ -177,3 +177,17 @@ Feature: API regression tests Then results contain | ID | class | latlon | 0 | highway | 51.8324206,1.2447352 +-100m + + Scenario: trac #5238 + Given the request parameters + | bounded | viewbox + | 1 | 0,0,-1,-1 + When sending json search query "sy" + Then exactly 0 results are returned + + Scenario: github #190 + When looking up place N257363453 + Then the results contain + | osm_type | osm_id | latlon + | node | 257363453 | 35.8404121,128.5586643 +-100m +