mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-30 12:22:10 +03:00
12 lines
340 B
Gherkin
12 lines
340 B
Gherkin
@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
|