]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix boundary test
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 31 Mar 2015 21:07:52 +0000 (23:07 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 31 Mar 2015 21:07:52 +0000 (23:07 +0200)
tests/features/osm2pgsql/import/tags.feature

index eada5a11d1509450aef9c2f2b1c8b0660d6bb2a0..759c6b964e295665058d0c8e72d1e12f9e13dfe2 100644 (file)
@@ -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