check for compatibility in post-processing (#3227)

This commit is contained in:
Moritz Kobitzsch
2016-11-02 23:59:35 +01:00
committed by Daniel Patterson
parent 9d24a4422a
commit 388d84a89e
3 changed files with 27 additions and 3 deletions
+21
View File
@@ -255,3 +255,24 @@ Feature: Ramp Guidance
| waypoints | route | turns |
| a,d | , | depart,arrive |
| b,d | , | depart,arrive |
Scenario: Ferry Onto A Ramp
Given the node map
"""
d - e - g
|
a - b ~ ~ ~ ~ ~ ~ ~ c
` f
"""
And the ways
| nodes | highway | route | name | ref |
| ab | primary | | boarding | |
| bc | | ferry | boaty mc boatface | m2 |
| cf | | ferry | boaty mc boatface | |
| cd | | ferry | boaty mc boatface's cousin | |
| de | motorway_link | | | |
When I route I should get
| waypoints | route |
| a,e | boarding,boaty mc boatface,boaty mc boatface's cousin,, |