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 'storage/storage_integration_tests/storage_update_tests.cpp')
-rw-r--r--storage/storage_integration_tests/storage_update_tests.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/storage_integration_tests/storage_update_tests.cpp b/storage/storage_integration_tests/storage_update_tests.cpp
index f558890784..005ef60498 100644
--- a/storage/storage_integration_tests/storage_update_tests.cpp
+++ b/storage/storage_integration_tests/storage_update_tests.cpp
@@ -94,7 +94,6 @@ UNIT_TEST(SmallMwms_Update_Test)
Framework f(kFrameworkParams);
auto & storage = f.GetStorage();
string const version = strings::to_string(storage.GetCurrentDataVersion());
- TEST(version::IsSingleMwm(storage.GetCurrentDataVersion()), ());
TEST_EQUAL(version, kMwmVersion1, ());
auto onChangeCountryFn = [&](CountryId const & countryId) {
if (!storage.IsDownloadInProgress())
@@ -131,7 +130,6 @@ UNIT_TEST(SmallMwms_Update_Test)
Framework f(kFrameworkParams);
auto & storage = f.GetStorage();
string const version = strings::to_string(storage.GetCurrentDataVersion());
- TEST(version::IsSingleMwm(storage.GetCurrentDataVersion()), ());
TEST_EQUAL(version, kMwmVersion2, ());
auto onChangeCountryFn = [&](CountryId const & countryId) {
if (!storage.IsDownloadInProgress())