]> git.openstreetmap.org Git - nominatim.git/blobdiff - tests/features/api/search_params.feature
replace slow strptime with regex, fix typos
[nominatim.git] / tests / features / api / search_params.feature
index 5b765f12cd69511b9cd520c68870014619c16d6a..5733af417bc97d20b8b74c92a7a9049610f5be11 100644 (file)
@@ -29,7 +29,7 @@ Feature: Search queries
         When sending xml search query "Inuvik" with address
         Then address of result 0 is
           | type         | value
-          | town         | Inuvik
+          | city         | Inuvik
           | state        | Northwest Territories
           | country      | Canada
           | country_code | ca
@@ -41,7 +41,7 @@ Feature: Search queries
           | 0  | leisure | hackerspace
         And result addresses contain
           | ID | address29
-          | 0  | foobar
+          | 0  | Chaospott
         And address of result 0 does not contain leisure,hackerspace
 
     Scenario: Disabling deduplication