From 763cc860436eb784058b195938c660016a0adb06 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Mon, 12 Nov 2012 16:41:08 +0100 Subject: [PATCH] cuke: ignore maxspeed for cars when higher that way speed --- features/car/maxspeed.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/car/maxspeed.feature b/features/car/maxspeed.feature index c4578a185..52d920ec4 100644 --- a/features/car/maxspeed.feature +++ b/features/car/maxspeed.feature @@ -19,7 +19,7 @@ Feature: Car - Max speed restrictions | a | b | ab | 42s ~10% | | b | c | bc | 360s ~10% | - Scenario: Car - Use maxspeed when higher that way type speed + Scenario: Car - Ignore maxspeed when higher than way speed Given the node map | a | b | c | @@ -31,4 +31,4 @@ Feature: Car - Max speed restrictions When I route I should get | from | to | route | time | | a | b | ab | 144s ~10% | - | b | c | bc | 42s ~10% | + | b | c | bc | 144s ~10% |