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:
authorSergey Yershov <yershov@corp.mail.ru>2016-02-10 19:24:27 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:22:41 +0300
commitce262278776d99eeaab8f18217708804676fe05e (patch)
tree6b15473c701e60537d5d4ed3620785ec3dd3d8bc /storage/storage_integration_tests
parentf185191c34036b254e82bfba1bc1d6b7428eac68 (diff)
[new downloader][MAPSME-89] Fix delete non-existing files
Diffstat (limited to 'storage/storage_integration_tests')
-rw-r--r--storage/storage_integration_tests/storage_http_tests.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/storage_integration_tests/storage_http_tests.cpp b/storage/storage_integration_tests/storage_http_tests.cpp
index 80595e2a92..202a09a7d0 100644
--- a/storage/storage_integration_tests/storage_http_tests.cpp
+++ b/storage/storage_integration_tests/storage_http_tests.cpp
@@ -62,10 +62,6 @@ UNIT_TEST(StorageDownloadNodeAndDeleteNodeTests)
storage.SetDownloadingUrlsForTesting({kTestWebServer});
string const version = strings::to_string(storage.GetCurrentDataVersion());
tests_support::ScopedDir cleanupVersionDir(version);
- MY_SCOPE_GUARD(cleanup,
- bind(&Storage::DeleteNode, &storage, kCountryId));
- DeleteDownloaderFilesForCountry(storage.GetCurrentDataVersion(),
- kMapTestDir, CountryFile(kCountryId));
string const mwmFullPath = my::JoinFoldersToPath({GetPlatform().WritableDir(), version},
kCountryId + DATA_FILE_EXTENSION);