X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b14bc75dc4a0ca44485599d8ab4cf1c5781098e2..dba5b2f86e3b91eade86a851932004a56b34134e:/tests/features/api/search_simple.feature diff --git a/tests/features/api/search_simple.feature b/tests/features/api/search_simple.feature index 0020cc2e..ec2b7126 100644 --- a/tests/features/api/search_simple.feature +++ b/tests/features/api/search_simple.feature @@ -108,35 +108,35 @@ Feature: Simple Tests Scenario: Empty XML search with viewbox Given the request parameters | viewbox - | 12,45.13,77,33 + | 12,45.13,13,44 When sending xml search query "xnznxvcx" Then result header contains | attr | value | querystring | xnznxvcx | polygon | false - | viewbox | 12,45.13,77,33 + | viewbox | 12,45.13,13,44 Scenario: Empty XML search with viewboxlbrt Given the request parameters | viewboxlbrt - | 12,34.13,77,45 + | 12,34.13,13,35 When sending xml search query "xnznxvcx" Then result header contains | attr | value | querystring | xnznxvcx | polygon | false - | viewbox | 12,45.13,77,33 + | viewbox | 12,34.13,13,35 Scenario: Empty XML search with viewboxlbrt and viewbox Given the request parameters - | viewbox | viewboxblrt - | 12,45.13,77,33 | 1,2,3,4 + | viewbox | viewboxblrt + | 12,45.13,13.5,44 | 1,0,2,1 When sending xml search query "pub" Then result header contains | attr | value | querystring | pub | polygon | false - | viewbox | 12,45.13,77,33 + | viewbox | 12,45.13,13.5,44 Scenario Outline: Empty XML search with polygon values