| 460 | } |
| 461 | |
| 462 | void test_tile_nodes_ch(osrm::EngineConfig::Algorithm algorithm, bool use_string_only_api) |
| 463 | { |
| 464 | using namespace osrm; |
| 465 | |
| 466 | auto osrm = getOSRM(OSRM_TEST_DATA_DIR "/ch/monaco.osrm", algorithm); |
| 467 | test_tile_nodes(osrm, use_string_only_api); |
| 468 | } |
| 469 | BOOST_AUTO_TEST_CASE(test_tile_node_ch_old_api) |
| 470 | { |
| 471 | test_tile_nodes_ch(osrm::EngineConfig::Algorithm::CH, true); |
no test coverage detected