forked from organicmaps/organicmaps
review fixes
This commit is contained in:
parent
4f7d03be47
commit
9349b61dc5
2 changed files with 4 additions and 1 deletions
|
@ -263,6 +263,8 @@ UNIT_TEST(TaxiEngine_Smoke)
|
|||
taxi::ProvidersContainer const synchronousProviders =
|
||||
GetProvidersSynchronous(engine, from, to, kTesturl);
|
||||
|
||||
TEST(!synchronousProviders.empty(), ());
|
||||
|
||||
{
|
||||
{
|
||||
lock_guard<mutex> lock(resultsMutex);
|
||||
|
@ -290,6 +292,7 @@ UNIT_TEST(TaxiEngine_Smoke)
|
|||
|
||||
testing::RunEventLoop();
|
||||
|
||||
TEST(!providersContainer.empty(), ());
|
||||
TEST(CompareProviders(providersContainer, synchronousProviders), ());
|
||||
}
|
||||
} // namespace
|
||||
|
|
|
@ -6,7 +6,7 @@ namespace taxi
|
|||
{
|
||||
namespace places
|
||||
{
|
||||
// Places which are supported by yandex taxi and in the same time are not supported by uber taxi.
|
||||
// Places which are enabled for yandex taxi and in the same time are disabled for uber taxi.
|
||||
Countries const kPlaces = {
|
||||
{{"Armenia", {"Yerevan"}},
|
||||
{"Belarus", {"Minsk"}},
|
||||
|
|
Loading…
Add table
Reference in a new issue