diff --git a/platform/platform_tests/local_country_file_tests.cpp b/platform/platform_tests/local_country_file_tests.cpp index 24715c9020..d14290c1d1 100644 --- a/platform/platform_tests/local_country_file_tests.cpp +++ b/platform/platform_tests/local_country_file_tests.cpp @@ -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, ());