mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
fix viewbox parameters in tests
This commit is contained in:
@@ -178,7 +178,7 @@ Feature: API regression tests
|
|||||||
Scenario: trac #5238
|
Scenario: trac #5238
|
||||||
Given the request parameters
|
Given the request parameters
|
||||||
| bounded | viewbox
|
| bounded | viewbox
|
||||||
| 1 | 0,0,-1,-1
|
| 1 | -1,0,0,-1
|
||||||
When sending json search query "sy"
|
When sending json search query "sy"
|
||||||
Then exactly 0 results are returned
|
Then exactly 0 results are returned
|
||||||
|
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ Feature: Search queries
|
|||||||
Scenario: bounded search remains within viewbox, even with no results
|
Scenario: bounded search remains within viewbox, even with no results
|
||||||
Given the request parameters
|
Given the request parameters
|
||||||
| bounded | viewbox
|
| bounded | viewbox
|
||||||
| 1 | 43.54285,-5.662003,43.5403125,-5.6563282
|
| 1 | 43.5403125,-5.6563282,43.54285,-5.662003
|
||||||
When sending json search query "restaurant"
|
When sending json search query "restaurant"
|
||||||
Then less than 1 result is returned
|
Then less than 1 result is returned
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user