]> git.openstreetmap.org Git - nominatim.git/blobdiff - tests/features/osm2pgsql/import/relation.feature
remove old bdd tests
[nominatim.git] / tests / features / osm2pgsql / import / relation.feature
diff --git a/tests/features/osm2pgsql/import/relation.feature b/tests/features/osm2pgsql/import/relation.feature
deleted file mode 100644 (file)
index aba99a4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-@DB
-Feature: Import of relations by osm2pgsql
-    Testing specific relation problems related to members.
-
-    Scenario: Don't import empty waterways
-        Given the osm nodes:
-          | id | tags
-          | 1  | 'amenity' : 'prison', 'name' : 'foo'
-        And the osm relations:
-          | id | tags                                                     | members
-          | 1  | 'type' : 'waterway', 'waterway' : 'river', 'name' : 'XZ' | N1
-        When loading osm data
-        Then table place has no entry for R1