From ad5b96d6f2d9d683ace2fec85cf6ba19d75f7441 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Thu, 18 Oct 2012 14:50:21 +0200 Subject: [PATCH] verify distance in traffic signal tests --- features/testbot/penalty.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/testbot/penalty.feature b/features/testbot/penalty.feature index 4d956bcfe..f680eac4e 100644 --- a/features/testbot/penalty.feature +++ b/features/testbot/penalty.feature @@ -5,7 +5,7 @@ Testbot uses a signal penalty of 7s. Background: Given the speedprofile "testbot" - Scenario: Passing a traffic signal should incur a delay + Scenario: Traffic signals should incur a delay, without changing distance Given the node map | a | b | c | | d | e | f | @@ -20,9 +20,9 @@ Testbot uses a signal penalty of 7s. | def | When I route I should get - | from | to | route | time | - | a | c | abc | 20s +-1 | - | d | f | def | 27s +-1 | + | from | to | route | time | distance | + | a | c | abc | 20s +-1 | 200m +-1 | + | d | f | def | 27s +-1 | 200m +-1 | Scenario: Signal penalty should not depend on way type Given the node map