]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/search/simple.feature
add test for moreURL issue and debugging of test query contents
[nominatim.git] / test / bdd / api / search / simple.feature
index 4d77eac46fe44c491cfc6755eebeb1274ca27e9c..b986d8a72c64280727cc589d26a6bf84db2d4315 100644 (file)
@@ -219,3 +219,10 @@ Feature: Simple Tests
         When sending json search query "-21.0,-33.0"
         Then exactly 0 results are returned
 
+    Scenario: Country code selection is retained in more URL (#596)
+        When sending xml search query "Vaduz"
+          | countrycodes |
+          | pl,1,,invalid,undefined,%3Cb%3E,bo,, |
+       Then result header contains
+          | attr     | value |
+          | more_url | .*&countrycodes=pl,bo&.* |