]> git.openstreetmap.org Git - nominatim.git/commitdiff
adapt tiger reverse test to changed api
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 1 Nov 2016 23:11:17 +0000 (00:11 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 1 Nov 2016 23:11:17 +0000 (00:11 +0100)
tests/features/api/reverse.feature

index 56c9670d45335e3de66bc76f44c358561113dac0..7bd129138f9f983c0f1312934007355c1f046bfd 100644 (file)
@@ -28,14 +28,14 @@ Feature: Reverse geocoding
         Given the request parameters
           | addressdetails
           | 1
-        When looking up coordinates 40.6863624710666,-112.060005720023
+        When looking up jsonv2 coordinates 40.6863624710666,-112.060005720023
         And exactly 1 result is returned
         And result addresses contain
           | ID | house_number | road               | postcode | country_code
           | 0  | 709.         | Kings Estate Drive | 84128    | us
         And results contain
-          | osm_type
-          | tiger
+          | osm_type | category | type
+          | way      | place    | house
 
     @Tiger
     Scenario: No TIGER house number for zoom < 18