forked from organicmaps/organicmaps
[storage] Fix build.
This commit is contained in:
parent
cf12e48653
commit
f53fe2361e
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ UNIT_TEST(StorageMigrationTests)
|
|||
for (auto const & countryId : kOldCountries)
|
||||
TEST(s.IsNodeDownloaded(countryId), (countryId));
|
||||
|
||||
TEST(f.PreMigrate(curPos, statePrefetchChanged, progressChanged), ());
|
||||
TEST_NOT_EQUAL(f.PreMigrate(curPos, statePrefetchChanged, progressChanged), kInvalidCountryId, ());
|
||||
TEST(f.Storage().GetPrefetchStorage()->IsDownloadInProgress(), ("Empty queue"));
|
||||
// Wait for downloading complete.
|
||||
testing::RunEventLoop();
|
||||
|
|
Loading…
Add table
Reference in a new issue