[tests] Adjusted unit test

Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
map-per 2024-04-04 16:32:28 +02:00 committed by Konstantin Pastbin
parent 156e9f8192
commit a7342c6927

View file

@ -3057,8 +3057,7 @@ UNIT_CLASS_TEST(TestWithClassificator, OsmType_ComplexTypesSmoke)
{{"tourism", "artwork", "sculpture"}, {{"tourism", "artwork"}, {"type", "sculpture"}}},
{{"tourism", "artwork", "statue"}, {{"tourism", "artwork"}, {"artwork_type", "statue"}}},
{{"tourism", "artwork", "statue"}, {{"tourism", "artwork"}, {"type", "statue"}}},
{{"tourism", "attraction", "animal"}, {{"tourism", "attraction"}, {"attraction", "animal"}}},
{{"tourism", "attraction", "specified"}, {{"tourism", "attraction"}, {"attraction", "specified"}}},
{{"attraction", "animal"}, {{"attraction", "animal"}}},
{{"tourism", "information", "board"}, {{"tourism", "information"}, {"information", "board"}}},
{{"tourism", "information", "guidepost"}, {{"tourism", "information"}, {"information", "guidepost"}}},
{{"tourism", "information", "map"}, {{"tourism", "information"}, {"information", "map"}}},