forked from organicmaps/organicmaps
[Old map downloader] Review fixes
This commit is contained in:
parent
a4ffb95e49
commit
9662a76f27
3 changed files with 1 additions and 3 deletions
|
@ -55,7 +55,6 @@ UNIT_TEST(StorageTests_Migrate)
|
|||
s.Subscribe(stateChanged, progressChanged);
|
||||
|
||||
for (auto const & countryId : kOldCountries)
|
||||
// s.DownloadCountry(countryId, MapOptions::MapWithCarRouting);
|
||||
f.GetCountryTree().GetActiveMapLayout().DownloadMap(countryId, MapOptions::MapWithCarRouting);
|
||||
|
||||
// Wait for downloading complete.
|
||||
|
|
|
@ -399,7 +399,6 @@ UNIT_TEST(StorageTest_TwoCountriesDownloading)
|
|||
uruguayChecker->StartDownload();
|
||||
venezuelaChecker->StartDownload();
|
||||
runner.Run();
|
||||
cout << "sdfsdf";
|
||||
}
|
||||
|
||||
UNIT_TEST(StorageTest_DeleteTwoVersionsOfTheSameCountry)
|
||||
|
|
|
@ -34,9 +34,9 @@ SOURCES += \
|
|||
../../testing/testingmain.cpp \
|
||||
country_info_getter_test.cpp \
|
||||
fake_map_files_downloader.cpp \
|
||||
migrate_tests.cpp \
|
||||
queued_country_tests.cpp \
|
||||
simple_tree_test.cpp \
|
||||
storage_tests.cpp \
|
||||
task_runner.cpp \
|
||||
test_map_files_downloader.cpp \
|
||||
migrate_tests.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue