forked from organicmaps/organicmaps
[storage] Fixed cancel of downloading.
This commit is contained in:
parent
f04874f40b
commit
06c603bb36
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ UNIT_TEST(StorageTest_DownloadTwoCountriesAndDelete)
|
|||
unique_ptr<CountryDownloaderChecker> venezuelaChecker = make_unique<CountryDownloaderChecker>(
|
||||
storage, venezuelaIndex, TMapOptions::EMapWithCarRouting,
|
||||
vector<TStatus>{TStatus::ENotDownloaded, TStatus::EInQueue, TStatus::EDownloading,
|
||||
TStatus::EDownloading, TStatus::EOnDisk});
|
||||
TStatus::EOnDisk});
|
||||
uruguayChecker->StartDownload();
|
||||
venezuelaChecker->StartDownload();
|
||||
storage.DeleteCountry(uruguayIndex, TMapOptions::EMap);
|
||||
|
|
Loading…
Add table
Reference in a new issue