]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix viewbox parameters in tests
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 12 Oct 2016 22:26:04 +0000 (00:26 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 12 Oct 2016 22:26:04 +0000 (00:26 +0200)
tests/features/api/regression.feature
tests/features/api/search_params.feature

index 34603aec8f18b02f15dce8e170f84d1f472232c4..08156d62a46c148e53b4f7f9bb25fc878bee9951 100644 (file)
@@ -178,7 +178,7 @@ Feature: API regression tests
      Scenario: trac #5238
         Given the request parameters
          | bounded | viewbox
-         | 1       | 0,0,-1,-1
+         | 1       | -1,0,0,-1
         When sending json search query "sy"
         Then exactly 0 results are returned
 
index de6bd53d0fe545c2dd8f74e8677f66a52469fe49..cd0db091e44a4669ec15757c6585cafc887361d3 100644 (file)
@@ -90,7 +90,7 @@ Feature: Search queries
     Scenario: bounded search remains within viewbox, even with no results
         Given the request parameters
          | bounded | viewbox
-         | 1       | 43.54285,-5.662003,43.5403125,-5.6563282
+         | 1       | 43.5403125,-5.6563282,43.54285,-5.662003
          When sending json search query "restaurant"
         Then less than 1 result is returned