]> git.openstreetmap.org Git - nominatim.git/commitdiff
add test for issue #1343
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 26 Mar 2019 20:49:44 +0000 (21:49 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 26 Mar 2019 20:49:44 +0000 (21:49 +0100)
Keyword details for countries (which don't have address details).

test/bdd/api/details/simple.feature

index a50e53cfbd74c9485862ba3688108abf9f05d824..6bab1bc790ba649f7e72e50d0f04b28a0500001e 100644 (file)
@@ -34,3 +34,10 @@ Feature: Object details
             | 1 |
         Then the result is valid html
 
+    # ticket #1343
+    Scenario: Details of a country with keywords
+        When sending details query for R287072
+            | keywords |
+            | 1 |
+        Then the result is valid html
+