From b25f3a9e916e2bf10ef4e8a9743884eb160a03b9 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Fri, 23 May 2014 11:42:15 +0200 Subject: [PATCH] update test related to via points and #1034 --- features/testbot/via.feature | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/features/testbot/via.feature b/features/testbot/via.feature index 3ae3644ed..2153ff0c3 100644 --- a/features/testbot/via.feature +++ b/features/testbot/via.feature @@ -66,9 +66,9 @@ Feature: Via points | da | yes | When I route I should get - | waypoints | route | distance | turns | - | 1,3 | ab | 200m +-1 | head,destination | - | 3,1 | ab,bc,cd,da,ab | 800m +-1 | head,right,right,right,right,destination | - | 1,2,3 | ab | 200m +-1 | head,destination | - | 1,3,2 | ab,bc,cd,da,ab | 1100m +- | head,right,right,right,right,destination | - | 3,2,1 | ab,bc,cd,da,ab,bc,cd,da,ab | 1900m +- | head,right,right,right,right,right,right,right,destination | + | waypoints | route | distance | turns | + | 1,3 | ab | 200m +-1 | head,destination | + | 3,1 | ab,bc,cd,da,ab | 800m +-1 | head,right,right,right,right,destination | + | 1,2,3 | ab | 200m +-1 | head,destination | + | 1,3,2 | ab,bc,cd,da,ab | 1100m +- | head,right,right,right,right,destination | + | 3,2,1 | ab,bc,cd,da,ab,bc,cd,da,ab | 1600m +- | head,right,right,right,right,right,right,right,right,destination |