]> git.openstreetmap.org Git - nominatim.git/blobdiff - tests/features/api/regression.feature
ignore encoding errors when reading log files
[nominatim.git] / tests / features / api / regression.feature
index 3e409fe867755d389109b9b62955c988c7051c53..fcc11dd2abc9e5ed9b0a3ff3c899e2b5da6e6578 100644 (file)
@@ -177,3 +177,17 @@ Feature: API regression tests
         Then results contain
          | ID | class   | latlon
          | 0  | highway | 51.8324206,1.2447352 +-100m
+
+     Scenario: trac #5238
+        Given the request parameters
+         | bounded | viewbox
+         | 1       | 0,0,-1,-1
+        When sending json search query "sy"
+        Then exactly 0 results are returned
+
+    Scenario: github #190
+        When looking up place N257363453
+        Then the results contain
+         | osm_type   | osm_id     | latlon
+         | node       | 257363453  | 35.8404121,128.5586643 +-100m
+