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