X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8a796db3c974c55de8d59f3682a149e3642e6952..84b976f9063129728ca12a5537900bdbf97fafa1:/tests/features/api/regression.feature diff --git a/tests/features/api/regression.feature b/tests/features/api/regression.feature index c50ab7df..5b7f10ad 100644 --- a/tests/features/api/regression.feature +++ b/tests/features/api/regression.feature @@ -178,7 +178,7 @@ Feature: API regression tests Scenario: trac #5238 Given the request parameters | bounded | viewbox - | 1 | 0,0,-1,-1 + | 1 | 0,0,1,-1 When sending json search query "sy" Then exactly 0 results are returned @@ -207,3 +207,11 @@ Feature: API regression tests | osm_type | osm_id | latlon | node | 257363453 | 35.8404121,128.5586643 +-100m + Scenario: trac #5427 + Given the request parameters + | countrycodes | + | DE | + When sending json search query "12345" with address + Then result addresses contain + | country_code | + | de |