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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-07-14 15:32:26 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:55:48 +0300
commit09d4bdb6c532882ece6f9dcaf4995d6de5687d13 (patch)
treefa1bac2c96a9b738550cda65b218bad8f7048f44 /platform
parentda78f8b01f8a81a840ed1d4473e25d14fbb0367c (diff)
PR fixes
Diffstat (limited to 'platform')
-rw-r--r--platform/platform_tests/file_utils.hpp (renamed from platform/platform_tests/scoped_local_file.hpp)3
-rw-r--r--platform/platform_tests/local_country_file_tests.cpp2
-rw-r--r--platform/platform_tests/platform_tests.pro2
3 files changed, 5 insertions, 2 deletions
diff --git a/platform/platform_tests/scoped_local_file.hpp b/platform/platform_tests/file_utils.hpp
index 48dc7d26ff..655b911fbb 100644
--- a/platform/platform_tests/scoped_local_file.hpp
+++ b/platform/platform_tests/file_utils.hpp
@@ -10,6 +10,9 @@
#include "coding/file_writer.hpp"
#include "coding/internal/file_data.hpp"
+//TODO(ldragunov, gorshenin) If there will be one more usage of this header, we must extract
+// it to the standalone test support library.
+
namespace platform
{
namespace tests
diff --git a/platform/platform_tests/local_country_file_tests.cpp b/platform/platform_tests/local_country_file_tests.cpp
index 418c3a5ad2..1244376747 100644
--- a/platform/platform_tests/local_country_file_tests.cpp
+++ b/platform/platform_tests/local_country_file_tests.cpp
@@ -1,6 +1,6 @@
#include "testing/testing.hpp"
-#include "scoped_local_file.hpp"
+#include "file_utils.hpp"
#include "platform/country_file.hpp"
#include "platform/local_country_file.hpp"
diff --git a/platform/platform_tests/platform_tests.pro b/platform/platform_tests/platform_tests.pro
index 71ef063a73..35662320f4 100644
--- a/platform/platform_tests/platform_tests.pro
+++ b/platform/platform_tests/platform_tests.pro
@@ -40,4 +40,4 @@ SOURCES += \
video_timer_test.cpp \
HEADERS += \
- scoped_local_file.hpp \
+ file_utils.hpp \