diff --git a/routing/routing_integration_tests/online_cross_tests.cpp b/routing/routing_integration_tests/online_cross_tests.cpp index 22d02d8537..bedf809b9d 100644 --- a/routing/routing_integration_tests/online_cross_tests.cpp +++ b/routing/routing_integration_tests/online_cross_tests.cpp @@ -42,7 +42,7 @@ UNIT_TEST(OnlineEuropeTestNurnbergToMoscow) "Germany_Free State of Bavaria_Upper Franconia", "Germany_Saxony_Leipzig", "Germany_Saxony_Dresden", "Poland_Lower Silesian Voivodeship", "Poland_Greater Poland Voivodeship", "Poland_Lodz Voivodeship", - "Poland_Masovian Voivodeship", "Poland_Lublin Voivodeship", "Belarus_Brest Region", + "Poland_Masovian Voivodeship", "Belarus_Brest Region", "Poland_Podlaskie Voivodeship", "Belarus_Hrodna Region", "Belarus_Minsk Region", "Belarus_Vitebsk Region", "Russia_Smolensk Oblast", "Russia_Moscow Oblast", "Russia_Moscow"}, routerComponents); @@ -61,7 +61,7 @@ UNIT_TEST(OnlineAmericanTestOttawaToWashington) UNIT_TEST(OnlineAsiaPhuketToPnompen) { integration::IRouterComponents & routerComponents = integration::GetOsrmComponents(); - TestOnlineCrosses({7.90, 98.23}, {11.56, 104.86}, {"Thailand_South", "Cambodia"}, + TestOnlineCrosses({7.89, 98.30}, {11.56, 104.86}, {"Thailand_South", "Cambodia"}, routerComponents); } diff --git a/routing/routing_integration_tests/routing_test_tools.cpp b/routing/routing_integration_tests/routing_test_tools.cpp index a05eb48700..0df25e5c72 100644 --- a/routing/routing_integration_tests/routing_test_tools.cpp +++ b/routing/routing_integration_tests/routing_test_tools.cpp @@ -66,8 +66,8 @@ namespace integration unique_ptr CreateCountryInfoGetter() { Platform const & platform = GetPlatform(); - return make_unique(platform.GetReader(PACKED_POLYGONS_FILE), - platform.GetReader(COUNTRIES_FILE)); + return make_unique(platform.GetReader(PACKED_POLYGONS_MIGRATE_FILE), + platform.GetReader(COUNTRIES_MIGRATE_FILE)); } shared_ptr CreateOsrmRouter(Index & index,