From 82c3bc7b0ecf3c6ee0f84dcb8ea6591a3783cd74 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Tue, 3 May 2016 23:01:25 +0200 Subject: [PATCH] Adapt tests to desired behaviour --- features/testbot/summary.feature | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/features/testbot/summary.feature b/features/testbot/summary.feature index fd818af76..b1fa4f365 100644 --- a/features/testbot/summary.feature +++ b/features/testbot/summary.feature @@ -26,19 +26,20 @@ Feature: Basic Routing @smallest Scenario: Check handling empty values Given the node map - | a | b | | c | d | e | f | + | a | b | | c | | d | f | + | | | | | | e | And the ways | nodes | name | | ab | ab | | bc | bc | - | cd | cd | + | cd | | | de | de | - | ef | | + | df | df | When I route I should get - | from | to | route | summary | - | f | a | ,de,cd,bc,ab,ab | de, bc | + | from | to | route | summary | + | e | a | de,,bc,ab | de, bc | @smallest @todo Scenario: Summaries when routing on a simple network @@ -70,6 +71,6 @@ Feature: Basic Routing | bf | third | When I route I should get - | from | to | route | summary | - | a | e | first,second,second | first, second | + | from | to | route | summary | + | a | e | first,first,second,second | first, second |