forked from organicmaps/organicmaps
[new downloader] Fix routing tests
This commit is contained in:
parent
6314f252d4
commit
7e54e23ac1
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue