]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix viewbox related test
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 2 Oct 2017 18:39:33 +0000 (20:39 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 2 Oct 2017 18:39:33 +0000 (20:39 +0200)
Coordinates are no longer specially ordered.

test/bdd/api/search/simple.feature

index aa8c8ce8c46afa50cc3c0e16753e560319132aae..ea709b8094d7e0845a6343232f95ccfce512e656 100644 (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"