fix coordinate assertion for walking profile with steps

This commit is contained in:
Moritz Kobitzsch
2017-01-11 12:12:23 +01:00
committed by Patrick Niklaus
parent 74611f94fa
commit ada0a1e8f8
2 changed files with 47 additions and 4 deletions
+31
View File
@@ -1286,3 +1286,34 @@ Feature: Simple Turns
When I route I should get
| waypoints | route |
| a,d | ab,ab |
Scenario: Sharp Turn Onto A Bridge
Given the node map
"""
e
|
|
|
|
|
|
|
|
|
|
|
|
|
g a - - -b
f /
d -c
"""
And the ways
| nodes | oneway | lanes |
| gaf | yes | 1 |
| abcde | yes | 1 |
When I route I should get
| waypoints | route |
| g,e | abcde,abcde |