From: Sarah Hoffmann Date: Tue, 26 Mar 2019 20:49:44 +0000 (+0100) Subject: add test for issue #1343 X-Git-Tag: v3.3.0~17 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/2a4198f94d1c52bb7e0042cf1b4074f277538384 add test for issue #1343 Keyword details for countries (which don't have address details). --- diff --git a/test/bdd/api/details/simple.feature b/test/bdd/api/details/simple.feature index a50e53cf..6bab1bc7 100644 --- a/test/bdd/api/details/simple.feature +++ b/test/bdd/api/details/simple.feature @@ -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 +