| 78 | } |
| 79 | } |
| 80 | BOOST_AUTO_TEST_CASE(test_match_new_api) { test_match(false); } |
| 81 | BOOST_AUTO_TEST_CASE(test_match_old_api) { test_match(true); } |
| 82 | |
| 83 | void test_match_skip_waypoints(bool use_json_only_api) |
nothing calls this directly
no test coverage detected