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 'platform/platform_tests/platform_test.cpp')
-rw-r--r--platform/platform_tests/platform_test.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/platform/platform_tests/platform_test.cpp b/platform/platform_tests/platform_test.cpp
index 341eca27d5..b2516e2480 100644
--- a/platform/platform_tests/platform_test.cpp
+++ b/platform/platform_tests/platform_test.cpp
@@ -250,14 +250,6 @@ UNIT_TEST(RmDirRecursively)
TEST(!Platform::IsFileExistsByFullPath(testDir2), ());
}
-UNIT_TEST(IsSingleMwm)
-{
- TEST(version::IsSingleMwm(version::FOR_TESTING_SINGLE_MWM1), ());
- TEST(version::IsSingleMwm(version::FOR_TESTING_SINGLE_MWM_LATEST), ());
- TEST(!version::IsSingleMwm(version::FOR_TESTING_TWO_COMPONENT_MWM1), ());
- TEST(!version::IsSingleMwm(version::FOR_TESTING_TWO_COMPONENT_MWM2), ());
-}
-
UNIT_TEST(MkDirRecursively)
{
using namespace platform::tests_support;