mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 05:18:00 +00:00
add remianing osm2pgsql import tests
This commit is contained in:
11
test/bdd/osm2pgsql/import/relation.feature
Normal file
11
test/bdd/osm2pgsql/import/relation.feature
Normal file
@@ -0,0 +1,11 @@
|
||||
@DB
|
||||
Feature: Import of relations by osm2pgsql
|
||||
Testing specific relation problems related to members.
|
||||
|
||||
Scenario: Don't import empty waterways
|
||||
When loading osm data
|
||||
"""
|
||||
n1 Tamenity=prison,name=foo
|
||||
r1 Ttype=waterway,waterway=river,name=XZ Mn1@
|
||||
"""
|
||||
Then place has no entry for R1
|
||||
Reference in New Issue
Block a user