]> git.openstreetmap.org Git - nominatim.git/blobdiff - tests/features/api/search_simple.feature
Merge pull request #487 from lonvia/unify-reverse
[nominatim.git] / tests / features / api / search_simple.feature
index 3e6b6e35b80fb85ccd4d6448b9979063799564d2..0020cc2e4e9afb91ab4485c88d0e9c4d6bc4be8b 100644 (file)
@@ -51,13 +51,17 @@ Feature: Simple Tests
      | limit            | 1000
      | dedupe           | 1
      | dedupe           | 0
      | limit            | 1000
      | dedupe           | 1
      | dedupe           | 0
+     | extratags        | 1
+     | extratags        | 0
+     | namedetails      | 1
+     | namedetails      | 0
 
     Scenario: Search with invalid output format
         Given the request parameters
           | format
           | fd$#
         When sending search query "Berlin"
 
     Scenario: Search with invalid output format
         Given the request parameters
           | format
           | fd$#
         When sending search query "Berlin"
-        Then the result is valid html
+        Then a HTTP 400 is returned
 
     Scenario Outline: Simple Searches
         When sending search query "<query>"
 
     Scenario Outline: Simple Searches
         When sending search query "<query>"