From 6a9541833aff164f122fccbb3e1813e73f137dc4 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 21 May 2014 10:47:34 +0200 Subject: [PATCH] add a leg to roundabout to remove edge case --- features/testbot/oneway.feature | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/features/testbot/oneway.feature b/features/testbot/oneway.feature index 42f50acda..c21d8b1cb 100644 --- a/features/testbot/oneway.feature +++ b/features/testbot/oneway.feature @@ -6,10 +6,11 @@ Feature: Testbot - oneways Scenario: Routing on a oneway roundabout Given the node map - | | d | c | | - | e | | | b | - | f | | | a | - | | g | h | | + | x | | | v | | | + | | | d | c | | | + | | e | | | b | | + | | f | | | a | | + | | | g | h | | | And the ways | nodes | oneway | @@ -21,6 +22,7 @@ Feature: Testbot - oneways | fg | yes | | gh | yes | | ha | yes | + | vx | yes | When I route I should get | from | to | route | @@ -39,4 +41,4 @@ Feature: Testbot - oneways | f | e | fg,gh,ha,ab,bc,cd,de | | g | f | gh,ha,ab,bc,cd,de,ef | | h | g | ha,ab,bc,cd,de,ef,fg | - | a | h | ab,bc,cd,de,ef,fg,gh | \ No newline at end of file + | a | h | ab,bc,cd,de,ef,fg,gh |