mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
always use OSM tags when listed
Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
@@ -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 -------------------");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user