From e0593c7ca2f65fda2bf9ca84fd3c7d13e0861252 Mon Sep 17 00:00:00 2001 From: Moritz Kobitzsch Date: Thu, 2 Mar 2017 12:54:52 +0100 Subject: [PATCH] add failing test for 3762 --- features/guidance/roundabout.feature | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/features/guidance/roundabout.feature b/features/guidance/roundabout.feature index 3fd906425..936048335 100644 --- a/features/guidance/roundabout.feature +++ b/features/guidance/roundabout.feature @@ -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 |