From: Sarah Hoffmann Date: Thu, 10 Nov 2022 14:51:55 +0000 (+0100) Subject: remove tests that differ between lua and gazetteer versions X-Git-Tag: v4.2.0~13^2~5 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/2dafc4cf4fc46ea4be293a458d565fbff645ac28 remove tests that differ between lua and gazetteer versions --- diff --git a/test/bdd/osm2pgsql/update/tags.feature b/test/bdd/osm2pgsql/update/tags.feature index ed14429c..b94f2564 100644 --- a/test/bdd/osm2pgsql/update/tags.feature +++ b/test/bdd/osm2pgsql/update/tags.feature @@ -31,10 +31,9 @@ Feature: Tag evaluation | object | class | type | | N2:highway | highway | bus_stop | | N3 | amenity | prison | - And placex contains exactly + And placex contains | object | indexed_status | | N1:amenity | 100 | - | N2:highway | 0 | | N2:railway | 100 | | N3:amenity | 0 | @@ -59,10 +58,9 @@ Feature: Tag evaluation | N1 | amenity | restaurant | | N2:highway | highway | bus_stop | | N2:railway | railway | stop | - And placex contains exactly + And placex contains | object | indexed_status | | N1:amenity | 1 | - | N2:highway | 0 | | N2:railway | 1 |