From 8a745ecdfd18db6aeb24295564b31748cf7fa59b Mon Sep 17 00:00:00 2001 From: Moritz Kobitzsch Date: Fri, 15 Jan 2016 15:27:45 +0100 Subject: [PATCH] fixed u-turn testcase to actually emit u-turn instruction --- features/testbot/uturn.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/testbot/uturn.feature b/features/testbot/uturn.feature index 26c681897..032bec685 100644 --- a/features/testbot/uturn.feature +++ b/features/testbot/uturn.feature @@ -43,7 +43,7 @@ Feature: U-turns at via points When I route I should get | waypoints | route | - | a,e,c | ab,be,be,bc | + | a,e,c | ab,be,be,be,bc | @todo Scenario: Instructions at via points at u-turns @@ -89,5 +89,5 @@ Feature: U-turns at via points When I route I should get | waypoints | route | - | 1,2,3,4,5 | ab,be,be,bc,bc,cd,dg,dg,cd | + | 1,2,3,4,5 | ab,be,be,be,bc,bc,cd,dg,dg,dg,cd |