From 61e6afdef02c262b00ebe6c304ba787b76ee6c37 Mon Sep 17 00:00:00 2001 From: Michael Krasnyk Date: Wed, 20 Jul 2016 14:05:53 +0200 Subject: [PATCH] added a lanes test in clockwise roundabouts --- features/guidance/anticipate-lanes.feature | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/features/guidance/anticipate-lanes.feature b/features/guidance/anticipate-lanes.feature index 19d58194d..b287ffc34 100644 --- a/features/guidance/anticipate-lanes.feature +++ b/features/guidance/anticipate-lanes.feature @@ -365,6 +365,37 @@ Feature: Turn Lane Guidance | x,c | xb,roundabout,roundabout | depart,roundabout-exit-undefined,arrive | ,, | | x,a | xb,roundabout,roundabout | depart,roundabout-exit-undefined,arrive | ,, | + @anticipate + Scenario: No Lanes for Roundabouts, see #2626 + Given the profile "lhs" + And the node map + | | | a | | | + | | | b | | | + | h | c | | g | | + | | | | | | + | | d | | f | | + | | | e | | | + | x | | | | y | + + And the ways + | nodes | turn:lanes:forward | highway | junction | + | ab | slight_left\|slight_left | primary | | + | bg | | primary | roundabout | + | gf | | primary | roundabout | + | fe | | primary | roundabout | + | ed | | primary | roundabout | + | dc | slight_left | primary | roundabout | + | cb | | primary | roundabout | + | ch | | primary | | + | ex | | primary | | + | dx | | primary | | + | gy | | primary | | + | fy | | primary | | + + When I route I should get + | waypoints | route | turns | lanes | + | a,h | ab,ch,ch | depart,roundabout-exit-5,arrive | ,, | + @anticipate Scenario: No Lanes for Roundabouts, see #2626 Given the node map