forked from organicmaps/organicmaps
Fix log output in AllLocalFilesLookup test
This commit is contained in:
parent
c4e0087fc7
commit
ae6de81e19
1 changed files with 2 additions and 2 deletions
|
@ -293,12 +293,12 @@ UNIT_TEST(LocalCountryFile_AllLocalFilesLookup)
|
|||
if (file.GetCountryName() == WORLD_FILE_NAME)
|
||||
{
|
||||
worldFound = true;
|
||||
TEST_NOT_EQUAL(0, file.GetVersion(), ());
|
||||
TEST_NOT_EQUAL(0, file.GetVersion(), (file));
|
||||
}
|
||||
if (file.GetCountryName() == WORLD_COASTS_FILE_NAME)
|
||||
{
|
||||
worldCoastsFound = true;
|
||||
TEST_NOT_EQUAL(0, file.GetVersion(), ());
|
||||
TEST_NOT_EQUAL(0, file.GetVersion(), (file));
|
||||
}
|
||||
}
|
||||
TEST(worldFound, ());
|
||||
|
|
Loading…
Add table
Reference in a new issue