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
path: root/map
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2015-10-09 18:46:57 +0300
committervng <viktor.govako@gmail.com>2015-10-12 12:36:38 +0300
commit93fb8cdc33a6a515c4de798f773680db1562a05d (patch)
treec3acb62800885690efe760492b385fd93eb0fce2 /map
parentf4082a8ef7f6a7057f66afb7369101bc59937cd7 (diff)
[mwm] Put feature offsets table into MWM container.
Diffstat (limited to 'map')
-rw-r--r--map/map_tests/mwm_set_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/map/map_tests/mwm_set_test.cpp b/map/map_tests/mwm_set_test.cpp
index d3919c19c8..0c2b0783a8 100644
--- a/map/map_tests/mwm_set_test.cpp
+++ b/map/map_tests/mwm_set_test.cpp
@@ -15,6 +15,8 @@
using namespace platform;
using namespace my;
+/*
+ * This test is useless because of we don't build offsets index from now.
#ifndef OMIM_OS_WINDOWS
UNIT_TEST(MwmSet_FileSystemErrors)
{
@@ -56,3 +58,4 @@ UNIT_TEST(MwmSet_FileSystemErrors)
TEST(infos.empty(), ());
}
#endif
+*/