From d1e2aa57a80407f99cd579d24b5208f5a1c0930b Mon Sep 17 00:00:00 2001 From: Lauren Budorick Date: Thu, 31 Mar 2016 16:48:06 -0700 Subject: [PATCH] start updating testbot fixtures (TODO: the rest) --- features/testbot/64bit.feature | 4 ++-- features/testbot/alternative.feature | 8 ++++---- features/testbot/alternative_loop.feature | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/features/testbot/64bit.feature b/features/testbot/64bit.feature index 92393c433..83ca884c3 100644 --- a/features/testbot/64bit.feature +++ b/features/testbot/64bit.feature @@ -19,5 +19,5 @@ Feature: Support 64bit node IDs | cdec | When I route I should get - | from | to | route | turns | - | x | y | abc | depart,arrive | + | from | to | route | turns | + | x | y | abc,abc | depart,arrive | diff --git a/features/testbot/alternative.feature b/features/testbot/alternative.feature index 841cf6d7a..4031631a0 100644 --- a/features/testbot/alternative.feature +++ b/features/testbot/alternative.feature @@ -28,13 +28,13 @@ Feature: Alternative route | alternatives | true | When I route I should get - | from | to | route | alternative | - | a | z | ab,bc,cd,dz | ag,gh,hi,ij,jz | + | from | to | route | alternative | + | a | z | ab,bc,cd,dz,dz | ag,gh,hi,ij,jz,jz | Scenario: Disabled alternative Given the query options | alternatives | false | When I route I should get - | from | to | route | alternative | - | a | z | ab,bc,cd,dz | | + | from | to | route | alternative | + | a | z | ab,bc,cd,dz,dz | | diff --git a/features/testbot/alternative_loop.feature b/features/testbot/alternative_loop.feature index 5aff73134..159a399f8 100644 --- a/features/testbot/alternative_loop.feature +++ b/features/testbot/alternative_loop.feature @@ -22,8 +22,8 @@ Feature: Alternative route | alternatives | true | When I route I should get - | from | to | route | alternative | - | 1 | 2 | ab,bd,dc,ca,ab | | - | 3 | 4 | bd,dc,ca,ab,bd | | - | 5 | 6 | dc,ca,ab,bd,dc | | - | 7 | 8 | ca,ab,bd,dc,ca | | + | from | to | route | alternative | + | 1 | 2 | ab,bd,dc,ca,ab,ab | | + | 3 | 4 | bd,dc,ca,ab,bd,bd | | + | 5 | 6 | dc,ca,ab,bd,dc,dc | | + | 7 | 8 | ca,ab,bd,dc,ca,ca | |