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-09-14 16:35:47 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:05:25 +0300
commitb4b2be1eae1c0a0759b174c6a1e2c9c4b9f18907 (patch)
tree9986264298bae1b318d33deb9d416fab38400ff5 /map/mwm_tests
parentdffe20c50b98b1550cd33dcb6487dbb5ed20fada (diff)
PR fixes.
Diffstat (limited to 'map/mwm_tests')
-rw-r--r--map/mwm_tests/mwm_foreach_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/mwm_tests/mwm_foreach_test.cpp b/map/mwm_tests/mwm_foreach_test.cpp
index 13ce55aac5..b7ea80ada2 100644
--- a/map/mwm_tests/mwm_foreach_test.cpp
+++ b/map/mwm_tests/mwm_foreach_test.cpp
@@ -253,7 +253,7 @@ void RunTest(string const & countryFileName)
src1.InitClassificator();
platform::LocalCountryFile localFile(platform::LocalCountryFile::MakeForTesting(countryFileName));
- // Clean indexes to avoid jenkins errors.
+ // Clean indexes to prevent mwm and indexes versions mismatch error.
platform::CountryIndexes::DeleteFromDisk(localFile);
UNUSED_VALUE(src1.RegisterMap(localFile));