forked from organicmaps/organicmaps
Merge pull request #10896 from vmihaylenko/master
[cherry-pick][routing] Comment test and add another.
This commit is contained in:
commit
6b1b0aa9e4
1 changed files with 16 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue