X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b7abc8566ed5b67ddbbfed7e10701b4838008f6b..ce1c3bab6d94163656c3bb06f735b27e6be2198b:/test/bdd/api/reverse/simple.feature?ds=sidebyside diff --git a/test/bdd/api/reverse/simple.feature b/test/bdd/api/reverse/simple.feature index ccd0becd..9ed530a5 100644 --- a/test/bdd/api/reverse/simple.feature +++ b/test/bdd/api/reverse/simple.feature @@ -13,8 +13,6 @@ Feature: Simple Reverse Tests Then the result is valid json When sending geojson reverse coordinates , Then the result is valid geojson - When sending html reverse coordinates , - Then the result is valid html Examples: | lat | lon | @@ -28,10 +26,6 @@ Feature: Simple Reverse Tests | param | value | | | | Then the result is valid xml - When sending html reverse coordinates 53.603,10.041 - | param | value | - | | | - Then the result is valid html When sending xml reverse coordinates 53.603,10.041 | param | value | | | | @@ -55,8 +49,6 @@ Feature: Simple Reverse Tests Examples: | parameter | value | - | polygon | 1 | - | polygon | 0 | | polygon_text | 1 | | polygon_text | 0 | | polygon_kml | 1 | @@ -102,7 +94,6 @@ Feature: Simple Reverse Tests | json | | jsonv2 | | geojson | - | html | | xml | Scenario: Missing lon parameter