X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/fd3dec8efebd202352f20cbfebb36d955e0198c4..41e8bddaa946e0ec6262f0342f92f43463c14751:/test/bdd/osm2pgsql/import/tags.feature diff --git a/test/bdd/osm2pgsql/import/tags.feature b/test/bdd/osm2pgsql/import/tags.feature index 1f6857f2..60d241fe 100644 --- a/test/bdd/osm2pgsql/import/tags.feature +++ b/test/bdd/osm2pgsql/import/tags.feature @@ -166,20 +166,6 @@ Feature: Tag evaluation | N10003:place | place | island | - Scenario: Shorten tiger:county tags - When loading osm data - """ - n11001 Tplace=village,tiger:county=Feebourgh%2c%%20%AL - n11002 Tplace=village,addr:state=Alabama,tiger:county=Feebourgh%2c%%20%AL - n11003 Tplace=village,tiger:county=Feebourgh - """ - Then place contains exactly - | object | class | address | - | N11001 | place | 'tiger:county': 'Feebourgh county' | - | N11002 | place | 'tiger:county': 'Feebourgh county', 'state': 'Alabama' | - | N11003 | place | 'tiger:county': 'Feebourgh county' | - - Scenario: Building fallbacks When loading osm data """