clang format

This commit is contained in:
karenzshea
2017-02-13 14:16:06 +01:00
committed by Patrick Niklaus
parent a61b1a3623
commit 23b07c9197
2 changed files with 8 additions and 7 deletions
+4 -3
View File
@@ -359,9 +359,10 @@ BOOST_AUTO_TEST_CASE(valid_route_urls)
BOOST_CHECK(result_speed);
BOOST_CHECK_EQUAL(reference_speed.geometries, result_speed->geometries);
BOOST_CHECK_EQUAL(reference_speed.overview, result_speed->overview);
BOOST_CHECK_EQUAL(result_speed->annotations_type == (RouteParameters::AnnotationsType::Duration |
RouteParameters::AnnotationsType::Distance |
RouteParameters::AnnotationsType::Speed),
BOOST_CHECK_EQUAL(result_speed->annotations_type ==
(RouteParameters::AnnotationsType::Duration |
RouteParameters::AnnotationsType::Distance |
RouteParameters::AnnotationsType::Speed),
true);
BOOST_CHECK_EQUAL(result_speed->annotations, true);