fix viewbox related test

Coordinates are no longer specially ordered.
This commit is contained in:
Sarah Hoffmann 2017-10-02 20:39:33 +02:00
parent cdabea7c76
commit 0d4c1e8460

View File

@ -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"