From 86f4aebeade45eaa352e0c53acafc312d55d4a8e Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Sun, 27 Jan 2013 23:03:04 +0100 Subject: [PATCH] Fixes test to expect time in minutes not seconds --- features/testbot/duration.feature | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/features/testbot/duration.feature b/features/testbot/duration.feature index 67bbe559d..bdf6344bb 100644 --- a/features/testbot/duration.feature +++ b/features/testbot/duration.feature @@ -18,8 +18,8 @@ Feature: Durations | de | primary | 10:00 | When I route I should get - | from | to | route | distance | time | - | a | b | ab | 100m +-1 | 1s +-1 | - | b | c | bc | 200m +-1 | 10s +-1 | - | c | d | cd | 300m +-1 | 60s +-1 | - | d | e | de | 144m +-1 | 600s +-1 | + | from | to | route | distance | time | + | a | b | ab | 100m +-1 | 60s +-1 | + | b | c | bc | 200m +-1 | 600s +-1 | + | c | d | cd | 300m +-1 | 3600s +-1 | + | d | e | de | 144m +-2 | 36000s +-1 |