]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/search/geocodejson.feature
release 5.1.0.post6
[nominatim.git] / test / bdd / api / search / geocodejson.feature
diff --git a/test/bdd/api/search/geocodejson.feature b/test/bdd/api/search/geocodejson.feature
deleted file mode 100644 (file)
index f9132f7..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-@APIDB
-Feature: Parameters for Search API
-    Testing correctness of geocodejson output.
-
-    Scenario: City housenumber-level address with street
-        When sending geocodejson search query "Brunnenhofstr 10, Hamburg" with address
-        Then results contain
-          | housenumber | street           | postcode | city    | country |
-          | 10          | Brunnenhofstraße | 22767    | Hamburg | Deutschland | 
-
-    Scenario: Town street-level address with street
-        When sending geocodejson search query "Gnetsch, Balzers" with address
-        Then results contain
-          | street  | city    | postcode | country |
-          | Gnetsch | Balzers | 9496     | Liechtenstein |
-
-    Scenario: Town street-level address with footway
-        When sending geocodejson search query "burg gutenberg 6000 jahre geschichte" with address
-        Then results contain
-          | street  | city    | postcode | country |
-          | Burgweg | Balzers | 9496     | Liechtenstein |
-
-    Scenario: City address with suburb
-        When sending geocodejson search query "hinschenfelder str 64, wandsbek" with address
-        Then results contain
-          | housenumber | street                | locality  | city    | postcode | country |
-          | 64          | Hinschenfelder Straße | Wandsbek  | Hamburg | 22047    | Deutschland |