From 64b9b6e888234d12bb6a447b65655df5aac48d83 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Tue, 23 May 2017 16:24:58 +0000 Subject: [PATCH] Accidentally included a un-releated test case from master --- features/guidance/roundabout.feature | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/features/guidance/roundabout.feature b/features/guidance/roundabout.feature index 60dbe5fca..c1938d5c8 100644 --- a/features/guidance/roundabout.feature +++ b/features/guidance/roundabout.feature @@ -769,31 +769,6 @@ Feature: Basic Roundabout | g,h | 45 135 | gch,gch,gch | depart,roundabout-exit-1,arrive | | e,e | 90 270 | edf,edf,edf | depart,roundabout-exit-3,arrive | - Scenario: CCW and CW roundabouts with overlaps - Given the node map - """ - a d g h - - b c j i - f e k l - """ - - And the ways - | nodes | highway | junction | - | abcda | tertiary | roundabout | - | ed | tertiary | | - | af | tertiary | | - | ghijg | tertiary | roundabout | - | kg | tertiary | | - | hl | tertiary | | - - When I route I should get - | from | to | route | turns | distance | - | e | f | ed,af,af | depart,roundabout-exit-1,arrive | 80.1m | - | f | e | af,ed,ed | depart,roundabout-exit-1,arrive | 120.1m | - | k | l | kg,hl,hl | depart,roundabout-exit-1,arrive | 80.1m | - | l | k | hl,kg,kg | depart,roundabout-exit-1,arrive | 120.1m | - @4030 @4075 Scenario: Service roundabout with service exits # Counting of service exits must be adjusted in #4075