mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
fix viewbox related test
Coordinates are no longer specially ordered.
This commit is contained in:
@@ -107,7 +107,7 @@ Feature: Simple Tests
|
|||||||
| attr | value |
|
| attr | value |
|
||||||
| querystring | xnznxvcx |
|
| querystring | xnznxvcx |
|
||||||
| polygon | false |
|
| polygon | false |
|
||||||
| viewbox | 12,45.13,77,33 |
|
| viewbox | 12,33,77,45.13 |
|
||||||
|
|
||||||
Scenario: Empty XML search with viewboxlbrt
|
Scenario: Empty XML search with viewboxlbrt
|
||||||
When sending xml search query "xnznxvcx"
|
When sending xml search query "xnznxvcx"
|
||||||
@@ -127,7 +127,7 @@ Feature: Simple Tests
|
|||||||
| attr | value |
|
| attr | value |
|
||||||
| querystring | pub |
|
| querystring | pub |
|
||||||
| polygon | false |
|
| polygon | false |
|
||||||
| viewbox | 12,45.13,77,33 |
|
| viewbox | 12,33,77,45.13 |
|
||||||
|
|
||||||
Scenario Outline: Empty XML search with polygon values
|
Scenario Outline: Empty XML search with polygon values
|
||||||
When sending xml search query "xnznxvcx"
|
When sending xml search query "xnznxvcx"
|
||||||
|
|||||||
Reference in New Issue
Block a user