X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/171ed36e36d6e69bd3b58188e9c6a28ba39e783f..d856788bf5cf7b4b3e2b4de10f37cf3002ae6826:/test/bdd/api/search/simple.feature?ds=inline diff --git a/test/bdd/api/search/simple.feature b/test/bdd/api/search/simple.feature index fca7faf5..655c639b 100644 --- a/test/bdd/api/search/simple.feature +++ b/test/bdd/api/search/simple.feature @@ -1,3 +1,4 @@ +@SQLITE @APIDB Feature: Simple Tests Simple tests for internal server errors and response format. @@ -119,7 +120,7 @@ Feature: Simple Tests | querystring | pub | | viewbox | 12,33,77,45.13 | - Scenario: Empty XML search with exluded place ids + Scenario: Empty XML search with excluded place ids When sending xml search query "jghrleoxsbwjer" | exclude_place_ids | | 123,76,342565 | @@ -127,7 +128,7 @@ Feature: Simple Tests | attr | value | | exclude_place_ids | 123,76,342565 | - Scenario: Empty XML search with bad exluded place ids + Scenario: Empty XML search with bad excluded place ids When sending xml search query "jghrleoxsbwjer" | exclude_place_ids | | , | @@ -146,9 +147,6 @@ Feature: Simple Tests | foo | foo | | FOO | FOO | | __world | __world | - | $me | \$me | - | m1[4] | m1\[4\] | - | d_r[$d] | d_r\[\$d\] | Scenario Outline: Wrapping of illegal jsonp search requests When sending json search query "Tokyo" @@ -195,3 +193,16 @@ Feature: Simple Tests Then result header contains | attr | value | | more_url | .*&countrycodes=pl%2Cbo&.* | + + Scenario Outline: Search debug output does not return errors + When sending debug search query "" + Then a HTTP 200 is returned + + Examples: + | query | + | Liechtenstein | + | Triesen | + | Pfarrkirche | + | Landstr 27 Steinort, Triesenberg, 9495 | + | 9497 | + | restaurant in triesen |