From: Sarah Hoffmann Date: Tue, 31 Mar 2015 21:07:52 +0000 (+0200) Subject: fix boundary test X-Git-Tag: v2.4.0~4 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/ddcb95ca39c041ce9079d3c75367f5f8bc28b503 fix boundary test --- diff --git a/tests/features/osm2pgsql/import/tags.feature b/tests/features/osm2pgsql/import/tags.feature index eada5a11..759c6b96 100644 --- a/tests/features/osm2pgsql/import/tags.feature +++ b/tests/features/osm2pgsql/import/tags.feature @@ -245,13 +245,13 @@ Feature: Tag evaluation | 40 | 'place' : 'city', 'boundary' : 'statistical', 'name' : 'BB' | 200 201 202 203 200 When loading osm data Then table place contains - | object | class | type | extratags - | W2 | boundary | administrative | 'place' : 'city' - | W4:boundary | boundary | administrative | - | W4:place | place | island | - | W20 | place | city | - | W40:boundary | boundary | statistical | - | W40:place | place | city | + | object | class | extratags | type + | W2 | boundary | 'place' : 'city' | administrative + | W4:boundary | boundary | None | administrative + | W4:place | place | None | island + | W20 | place | None | city + | W40:boundary | boundary | None | statistical + | W40:place | place | None | city And table place has no entry for W2:place Scenario Outline: Tags that describe a house