review fixes

This commit is contained in:
Arsentiy Milchakov 2017-06-30 10:19:55 +03:00 committed by Ilya Grechuhin
parent 4f7d03be47
commit 9349b61dc5
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -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"}},