X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4a5a997e18c61a37b0e12f840e735e305edc416f..a437f5d18a48d3f982e965ef81c93f71a73e53e0:/test/bdd/osm2pgsql/import/simple.feature diff --git a/test/bdd/osm2pgsql/import/simple.feature b/test/bdd/osm2pgsql/import/simple.feature index 46a18199..5e329c6a 100644 --- a/test/bdd/osm2pgsql/import/simple.feature +++ b/test/bdd/osm2pgsql/import/simple.feature @@ -41,19 +41,3 @@ Feature: Import of simple objects by osm2pgsql Then place contains | object | class | type | | N1 | place | house | - - Scenario: Landuses are only imported when named - When loading osm data - """ - n100 x0 y0 - n101 x0 y0.1 - n102 x0.1 y0.1 - n200 x0 y0 - n202 x1 y1 - n203 x1 y0 - w1 Tlanduse=residential,name=rainbow Nn100,n101,n102,n100 - w2 Tlanduse=residential Nn200,n202,n203,n200 - """ - Then place contains exactly - | object | class | type | - | W1 | landuse | residential |