2014-10-09 08:30:06 -04:00
|
|
|
@routing @graph @testbot
|
2013-01-26 12:59:31 -05:00
|
|
|
Feature: Basic Routing
|
2013-09-24 15:50:20 -04:00
|
|
|
#Test the input data descibed on https://github.com/DennisOSRM/Project-OSRM/wiki/Graph-representation
|
2013-01-26 12:59:31 -05:00
|
|
|
|
2013-08-29 13:29:13 -04:00
|
|
|
Background:
|
|
|
|
Given the profile "testbot"
|
|
|
|
|
|
|
|
Scenario: Graph transformation
|
|
|
|
Given the node map
|
|
|
|
| | | d |
|
|
|
|
| a | b | c |
|
|
|
|
| | | e |
|
|
|
|
|
|
|
|
And the ways
|
|
|
|
| nodes |
|
|
|
|
| abc |
|
|
|
|
| dce |
|
|
|
|
|
|
|
|
When I route I should get
|
|
|
|
| from | to | route |
|
|
|
|
| a | e | abc,dce |
|