From f7505e887741339888052f3afc6a32187fffa32e Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Sun, 3 Feb 2013 15:43:12 +0100 Subject: [PATCH] test car maxspeed forw/backw (@todo) --- features/bicycle/maxspeed.feature | 5 +---- features/car/maxspeed.feature | 9 +++------ 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/features/bicycle/maxspeed.feature b/features/bicycle/maxspeed.feature index 9ca10006b..892daeba4 100644 --- a/features/bicycle/maxspeed.feature +++ b/features/bicycle/maxspeed.feature @@ -34,10 +34,7 @@ Feature: Bike - Max speed restrictions @todo Scenario: Bike - Forward/backward maxspeed - Given the node map - | a | b | c | d | e | f | g | h | - - And the shortcuts + Given the shortcuts | key | value | | bike | 43s ~10% | | run | 73s ~10% | diff --git a/features/car/maxspeed.feature b/features/car/maxspeed.feature index 55de6bd8a..f0d038724 100644 --- a/features/car/maxspeed.feature +++ b/features/car/maxspeed.feature @@ -35,17 +35,14 @@ Feature: Car - Max speed restrictions @todo Scenario: Car - Forward/backward maxspeed - Given the node map - | a | b | c | d | e | f | g | h | - - And a grid size of 100 meters - - And the shortcuts + Given the shortcuts | key | value | | car | 12s ~10% | | run | 73s ~10% | | walk | 170s ~10% | | snail | 720s ~10% | + + And a grid size of 100 meters Then routability should be | maxspeed | maxspeed:forward | maxspeed:backward | forw | backw |