Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2015-07-22 17:35:33 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:57:15 +0300
commitc64c35234e87cab62e788cd4eee2c2236f159dcc (patch)
treefd674ad098da4cba5a754493ee8dfd7b4a3a0876 /platform
parent5399343271ccb738d2624fb25250ba3e9694e21c (diff)
Review fixes 2.
Diffstat (limited to 'platform')
-rw-r--r--platform/platform_tests/platform_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/platform_tests/platform_test.cpp b/platform/platform_tests/platform_test.cpp
index c620f0f48b..bfd16357dd 100644
--- a/platform/platform_tests/platform_test.cpp
+++ b/platform/platform_tests/platform_test.cpp
@@ -164,7 +164,7 @@ UNIT_TEST(GetFileSize)
Platform & pl = GetPlatform();
uint64_t size = 123141;
TEST(!pl.GetFileSizeByName("adsmngfuwrbfyfwe", size), ());
- TEST(!Platform::GetFileSizeByFullPath("adsmngfuwrbfyfwe", size), ());
+ TEST(!pl.IsFileExistsByFullPath("adsmngfuwrbfyfwe"), ());
{
FileWriter testFile(TEST_FILE_NAME);