From: Sarah Hoffmann Date: Mon, 2 Oct 2017 18:39:33 +0000 (+0200) Subject: fix viewbox related test X-Git-Tag: v3.1.0~67 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/0d4c1e84609eceba12d399ab948bf08c86e1a892 fix viewbox related test Coordinates are no longer specially ordered. --- diff --git a/test/bdd/api/search/simple.feature b/test/bdd/api/search/simple.feature index aa8c8ce8..ea709b80 100644 --- a/test/bdd/api/search/simple.feature +++ b/test/bdd/api/search/simple.feature @@ -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"