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:
authorSergey Yershov <yershov@corp.mail.ru>2016-02-08 19:58:27 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:21:57 +0300
commit7e54e23ac1e97984e2d1d1d876321bebfa7f0fa0 (patch)
tree0ae4b2b19f0abc39b2af3f9ac67019695670cb58 /routing/routing_tests/osrm_router_test.cpp
parent6314f252d4c2d2681735397784b5f404b21ecb86 (diff)
[new downloader] Fix routing tests
Diffstat (limited to 'routing/routing_tests/osrm_router_test.cpp')
-rw-r--r--routing/routing_tests/osrm_router_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/routing_tests/osrm_router_test.cpp b/routing/routing_tests/osrm_router_test.cpp
index 423b162662..c9ac49a9ae 100644
--- a/routing/routing_tests/osrm_router_test.cpp
+++ b/routing/routing_tests/osrm_router_test.cpp
@@ -62,7 +62,7 @@ void TestMapping(InputDataT const & data,
platform::tests_support::ScopedMwm mapMwm(
platform::GetFileName(localFile.GetCountryFile().GetName(), MapOptions::Map,
version::FOR_TESTING_TWO_COMPONENT_MWM1));
- static char const ftSegsPath[] = "test1.tmp";
+ static string const ftSegsPath = GetPlatform().WritablePathForFile("test1.tmp");
platform::CountryIndexes::PreparePlaceOnDisk(localFile);
string const & featuresOffsetsTablePath =