]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/osm2pgsql/import/tags.feature
explicit export for functions in flex-base
[nominatim.git] / test / bdd / osm2pgsql / import / tags.feature
index 60d241fe68e9d3296e82ae9c0938882d7b991eab..c2ab736aa38859cb51ee3fa6e711c71defa2c0b8 100644 (file)
@@ -122,10 +122,10 @@ Feature: Tag evaluation
             n8003 Tshop=shoes,name:source=survey
             """
         Then place contains exactly
-            | object | class | extratags    |
-            | N8001  | shop  | 'xx': 'yy'   |
-            | N8002  | shop  | 'ele': '234' |
-            | N8003  | shop  | -            |
+            | object | class | name | extratags    |
+            | N8001  | shop  |  -   | 'xx': 'yy'   |
+            | N8002  | shop  |  -   | 'ele': '234' |
+            | N8003  | shop  |  -   | -            |
 
 
     Scenario: Admin levels