Skip to content

Commit

Permalink
add failing test for 3762
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Kobitzsch authored and TheMarex committed Apr 6, 2017
1 parent 9894898 commit 705986f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions features/guidance/roundabout.feature
Original file line number Diff line number Diff line change
Expand Up @@ -681,3 +681,27 @@ Feature: Basic Roundabout
| u,r | ug,ar,ar | depart,roundabout-exit-3,arrive |
| u,s | ug,ds,ds | depart,roundabout-exit-4,arrive |
| u,t | ug,ft,ft | depart,roundabout-exit-5,arrive |


@3762
Scenario: Only Enter
Given the node map
"""
a
b
c e ~ ~ ~ f - h
d
g
"""

And the ways
| nodes | junction | route |
| ab | | |
| ef | | ferry |
| fh | | |
| dg | | |
| bcdeb | roundabout | |

When I route I should get
| waypoints | route | turns |
| a,h | ab,ef,fh | depart,roundabout-exit-2,arrive |

0 comments on commit 705986f

Please sign in to comment.