Merge pull request #10896 from vmihaylenko/master

[cherry-pick][routing] Comment test and add another.
This commit is contained in:
gmoryes 2019-05-17 12:17:50 +03:00 committed by GitHub
commit 6b1b0aa9e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,12 +110,14 @@ UNIT_TEST(RoutingQuality_SlovenijaLjubljana)
());
}
UNIT_TEST(RoutingQuality_FrancePoitiers)
{
TEST(CheckCarRoute({46.63612, 0.35762} /* start */, {46.49, 0.36787} /* finish */,
{{{46.58706, 0.39232}}} /* reference point */),
());
}
// TODO: Uncomment this test when correct city boundaries or crossroads will be ready.
//UNIT_TEST(RoutingQuality_FrancePoitiers)
//{
// TEST(CheckCarRoute({46.63612, 0.35762} /* start */, {46.49, 0.36787} /* finish */,
// {{{46.58706, 0.39232}}} /* reference point */),
// ());
//}
UNIT_TEST(RoutingQuality_FranceLoudun)
{
@ -137,4 +139,12 @@ UNIT_TEST(RoutingQuality_BelgiumBrussel)
{{{50.91727, 4.36858}}} /* reference point */),
());
}
UNIT_TEST(RoutingQuality_SouthernDenmarkPastUnclassified)
{
TEST(CheckCarRoute({55.44681, 10.29} /* start */, {55.45877, 10.26456} /* finish */,
{{{55.45505, 10.26972}}} /* reference point */),
());
}
} // namespace