| 55 | } |
| 56 | } |
| 57 | BOOST_AUTO_TEST_CASE(test_nearest_response_old_api) { test_nearest_response(true); } |
| 58 | BOOST_AUTO_TEST_CASE(test_nearest_response_new_api) { test_nearest_response(false); } |
| 59 | |
| 60 | void test_nearest_response_skip_waypoints(bool use_json_only_api) |
nothing calls this directly
no test coverage detected