[test] fix address node test for main entrance

on a main entrance, it should not be converted to an address node (generator/osm2type.cpp L729)
Signed-off-by: Harry Bond <endim8@pm.me>
This commit is contained in:
Harry Bond 2023-01-23 14:34:47 +00:00 committed by Viktor Govako
parent ce7eeda6ea
commit 5d48a48f0b

View file

@ -210,7 +210,7 @@ UNIT_CLASS_TEST(TestWithClassificator, OsmType_Address)
{"addr:housenumber", "41"},
{"addr:postcode", "8050"},
{"addr:street", "Leutschenbachstrasse"},
{"entrance", "main"},
{"entrance", "home"},
{"survey:date", "2020-12-17"},
{"wheelchair", "no"},
};