Routing integration tests new data adjusting.

This commit is contained in:
Lev Dragunov 2016-03-24 12:13:08 +03:00
parent 53d4f2d9f0
commit e767219847
2 changed files with 4 additions and 4 deletions

View file

@ -156,7 +156,7 @@ namespace
integration::CalculateRouteAndTestRouteLength(
integration::GetOsrmComponents(),
MercatorBounds::FromLatLon(51.09276, 1.11369), {0., 0.},
MercatorBounds::FromLatLon(50.93220, 1.82690), 60498.);
MercatorBounds::FromLatLon(50.93227, 1.82725), 60498.);
}
// Strange map edits in Africa borders. Routing not linked now.

View file

@ -137,7 +137,7 @@ UNIT_TEST(SwedenStockholmSlussenHiltonToAfChapmanHostel)
integration::CalculateRouteAndTestRouteLength(
integration::GetPedestrianComponents(),
MercatorBounds::FromLatLon(59.32045, 18.06928), {0., 0.},
MercatorBounds::FromLatLon(59.3254, 18.08022), 2155.);
MercatorBounds::FromLatLon(59.3254, 18.08022), 2410.);
}
UNIT_TEST(EstoniaTallinnRadissonHiltonToCatherdalChurch)
@ -209,7 +209,7 @@ UNIT_TEST(RussiaTaganrogSyzranov10k3ToLazo5k2)
integration::CalculateRouteAndTestRouteLength(
integration::GetPedestrianComponents(),
MercatorBounds::FromLatLon(47.2183, 38.8634), {0., 0.},
MercatorBounds::FromLatLon(47.2584, 38.9128), 8520.);
MercatorBounds::FromLatLon(47.2584, 38.9128), 9200.);
}
UNIT_TEST(RussiaTaganrogJukova2ToBolBulvarnaya8)
@ -225,7 +225,7 @@ UNIT_TEST(RussiaTaganrogCheckhova267k2ToKotlostroy33)
integration::CalculateRouteAndTestRouteLength(
integration::GetPedestrianComponents(),
MercatorBounds::FromLatLon(47.2198, 38.8906), {0., 0.},
MercatorBounds::FromLatLon(47.2459, 38.8937), 3798.);
MercatorBounds::FromLatLon(47.2459, 38.8937), 3485.);
}
UNIT_TEST(RussiaTaganrogCheckhova267k2ToBolBulvarnaya8)