forked from organicmaps/organicmaps
[storage, index] Fixed sync between MwmSet and Storage.
This commit is contained in:
parent
46e9b28021
commit
8910a60b6f
2 changed files with 2 additions and 1 deletions
1
omim.pro
1
omim.pro
|
@ -43,6 +43,7 @@ SUBDIRS = 3party \
|
|||
generator/generator_tool \
|
||||
indexer/indexer_tests \
|
||||
graphics/graphics_tests \
|
||||
routing/routing_tests \
|
||||
gui/gui_tests \
|
||||
qt \
|
||||
drape_head \
|
||||
|
|
|
@ -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::EOnDisk});
|
||||
TStatus::EDownloading, TStatus::EOnDisk});
|
||||
uruguayChecker->StartDownload();
|
||||
venezuelaChecker->StartDownload();
|
||||
storage.DeleteCountry(uruguayIndex, TMapOptions::EMap);
|
||||
|
|
Loading…
Add table
Reference in a new issue