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:
Diffstat (limited to 'map/map_tests/check_mwms.cpp')
-rw-r--r--map/map_tests/check_mwms.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/map/map_tests/check_mwms.cpp b/map/map_tests/check_mwms.cpp
index 993b82d498..6890dcabfd 100644
--- a/map/map_tests/check_mwms.cpp
+++ b/map/map_tests/check_mwms.cpp
@@ -37,11 +37,6 @@ UNIT_TEST(CheckMWM_LoadAll)
{
auto p = m.RegisterMap(localFile);
- // Normally we do not load maps older than March 2016, but we keep WorldCoasts_obsolete.mwm
- // for migration tests.
- if (localFile.GetCountryName() == WORLD_COASTS_OBSOLETE_FILE_NAME)
- continue;
-
TEST(p.first.IsAlive(), ());
TEST_EQUAL(MwmSet::RegResult::Success, p.second, ());
}