From e96a98df8535aac4703c82ebc6c5d8e2fd2264f9 Mon Sep 17 00:00:00 2001 From: Timofey Date: Mon, 12 Dec 2016 14:24:21 +0300 Subject: [PATCH] Fixed Lev's test. --- routing/routing_tests/online_cross_fetcher_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/routing_tests/online_cross_fetcher_test.cpp b/routing/routing_tests/online_cross_fetcher_test.cpp index 35732eb4be..2dc7725090 100644 --- a/routing/routing_tests/online_cross_fetcher_test.cpp +++ b/routing/routing_tests/online_cross_fetcher_test.cpp @@ -51,7 +51,7 @@ UNIT_TEST(GarbadgeInputToResponseParser) UNIT_TEST(OnlineAbsentFetcherSingleMwmTest) { - OnlineAbsentCountriesFetcher fetcher([](m2::PointD const & p){return "A";}, [](string const &){return nullptr;}); + OnlineAbsentCountriesFetcher fetcher([](m2::PointD const & p){return "A";}, [](string const &){return false;}); fetcher.GenerateRequest({1, 1}, {2, 2}); vector countries; fetcher.GetAbsentCountries(countries);