osrm-backend/features/support
Moritz Kobitzsch 1c1bfd7541 Fix routing when start and target are on the same segment
Fixes issue #1864. Given the simple set-up:

a --> b --> c
^-----------|

This would translate into an edge based graph (ab) -> (bc),
(bc) -> (ca), (ca) -> (ab).

Starting at the end of the one-way street (ab) and going to
the beginning, the query has to find a self-loop within the
graph (ab) -> (bc) -> (ca) -> (ab), as both nodes map to the
same segment (ab).
2016-01-19 23:26:19 +01:00
..
config.rb Expose component size variable as command-line option (this allows testing of big/small components in cucumber tests). 2015-12-11 16:53:10 +01:00
data.rb Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00
env.rb Implement raster source feature to read data from third-party sources, to be used in lua profiles. 2015-09-03 22:28:18 -07:00
exceptions.rb Do not convert osm xml files to pbf for the cucumber tests 2016-01-13 17:57:22 +01:00
file.rb cuke: make File.tail utility more robust 2014-06-08 12:06:34 +02:00
fuzzy.rb cleanup indentation of ruby files 2013-09-18 08:16:19 +02:00
hash.rb smarter caching of test files 2014-10-17 15:07:56 +02:00
hooks.rb Refactor cucumber tests 2015-12-09 21:17:18 +01:00
http.rb Refactor cucumber tests 2015-12-09 21:17:18 +01:00
launch.rb fix parameter name for maximum number of location in distance table plugin 2015-01-08 17:41:19 +01:00
log.rb remove debug output 2014-10-17 15:07:56 +02:00
osm_parser.rb removing trailing whitespace in cuke/ruby files 2013-08-29 19:39:45 +02:00
osmlib.rb Adds the cucumber test framework referenced in issues #26, #95, #114 2012-02-15 10:50:43 +01:00
route.rb Add max values for viaroute and trip and reorganize return code handling 2015-12-17 04:14:34 +01:00
run.rb fix tests that use {base} expansion 2014-10-17 15:07:56 +02:00
shortcuts.rb update maxspeed tests, remove maxspeed from foot profile 2013-02-04 11:30:46 +01:00