osrm-backend/unit_tests/library
Daniel J. Hofmann bc514926bf
Unit test for trip across component boundaries.
Daniel's mental model, with updates from Patrick and staring at the code
(plugins/trip.cpp): Trip first snaps coordinates which in the case of
phantoms that are not only in small components with the same id
switches small components to big ones. Therefore we get either only
small or only big components. Only then the Tarjan SCC decomposes this.

Result: multiple subtrips only happen for islands or continents.
2016-04-22 10:40:03 +02:00
..
args.hpp Tests for config level constraints; table failing: see #2100 2016-04-05 22:58:32 +02:00
coordinates.hpp Unit tests for routing / snapping across components 2016-04-22 10:40:03 +02:00
equal_json.hpp fixing unit tests 2016-04-08 11:21:14 +02:00
fixture.hpp Adapt get_osrm to EngineConfig changes 2016-04-05 22:59:14 +02:00
limits.cpp Adapt get_osrm to EngineConfig changes 2016-04-05 22:59:14 +02:00
match.cpp more table tests, break waypoint obj check into header file 2016-04-15 14:46:17 +02:00
nearest.cpp Adapts tests to case sensitive "Ok" status code. 2016-04-05 22:59:14 +02:00
route.cpp Unit tests for routing / snapping across components 2016-04-22 10:40:03 +02:00
table.cpp more table tests, break waypoint obj check into header file 2016-04-15 14:46:17 +02:00
tile.cpp Add unit test for tile plugin 2016-04-15 14:48:21 +02:00
trip.cpp Unit test for trip across component boundaries. 2016-04-22 10:40:03 +02:00
waypoint_check.hpp more table tests, break waypoint obj check into header file 2016-04-15 14:46:17 +02:00