always use OSM tags when listed

Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
map-per
2025-12-12 12:28:44 +01:00
parent b3fd89d411
commit 16d20f61e4
4 changed files with 51 additions and 27 deletions

View File

@@ -86,7 +86,8 @@ UNIT_TEST(loadConfigFile)
size_t size = translator.GetStorage().size();
LOG(LINFO, ("Size of feature type storage:", size));
ASSERT(size > 1000, ());
ASSERT(size > 1300, ());
ASSERT(size < 1700, ());
}
UNIT_TEST(OsmTagsFromType)
@@ -110,5 +111,5 @@ UNIT_TEST(OsmTagsFromType)
UNIT_TEST(testToFail)
{
ASSERT_FAIL("Don't run further tests-------------------");
ASSERT_FAIL("------------------- Don't run further tests -------------------");
}