[Old map downloader] Review fixes

This commit is contained in:
Sergey Yershov 2016-01-25 12:51:04 +03:00
parent a4ffb95e49
commit 9662a76f27
3 changed files with 1 additions and 3 deletions

View file

@ -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.

View file

@ -399,7 +399,6 @@ UNIT_TEST(StorageTest_TwoCountriesDownloading)
uruguayChecker->StartDownload();
venezuelaChecker->StartDownload();
runner.Run();
cout << "sdfsdf";
}
UNIT_TEST(StorageTest_DeleteTwoVersionsOfTheSameCountry)

View file

@ -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 \