]> git.openstreetmap.org Git - nominatim.git/blobdiff - tests/features/api/regression.feature
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / tests / features / api / regression.feature
index ba8cca9b1c1a3f94b142bd6727d4785ba8b092b3..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
 
@@ -207,3 +207,11 @@ Feature: API regression tests
          | osm_type   | osm_id     | latlon
          | node       | 257363453  | 35.8404121,128.5586643 +-100m
 
+    Scenario: trac #5427
+        Given the request parameters
+         | countrycodes |
+         | DE           |
+        When sending json search query "12345" with address
+        Then result addresses contain
+         | country_code |
+         | de           |