]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/lookup/simple.feature
Merge pull request #1432 from mtmail/two-outputformats-for-lookup-endpoint
[nominatim.git] / test / bdd / api / lookup / simple.feature
index e29812e0123b15b4364afd506f1029ab65a744c3..dc80c2353aa407c042301229f2519bf9f5407972 100644 (file)
@@ -1,17 +1,19 @@
 @APIDB
 Feature: Places by osm_type and osm_id Tests
 @APIDB
 Feature: Places by osm_type and osm_id Tests
-    Simple tests for internal server errors and response format.
+    Simple tests for response format.
 
     Scenario Outline: address lookup for existing node, way, relation
         When sending <format> lookup query for N3284625766,W6065798,,R123924,X99,N0
 
     Scenario Outline: address lookup for existing node, way, relation
         When sending <format> lookup query for N3284625766,W6065798,,R123924,X99,N0
-        Then the result is valid <format>
+        Then the result is valid <outformat>
         And exactly 3 results are returned
 
     Examples:
         And exactly 3 results are returned
 
     Examples:
-        | format  |
-        | xml     |
-        | json    |
-        | geojson |
+        | format      | outformat   |
+        | xml         | xml         |
+        | json        | json        |
+        | jsonv2      | json        |
+        | geojson     | geojson     |
+        | geocodejson | geocodejson |
 
     Scenario: address lookup for non-existing or invalid node, way, relation
         When sending xml lookup query for X99,,N0,nN158845944,ABC,,W9
 
     Scenario: address lookup for non-existing or invalid node, way, relation
         When sending xml lookup query for X99,,N0,nN158845944,ABC,,W9