From 11ee632cfe51a0b038b7e1d8be5fbea528e93763 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Mon, 30 Jan 2017 13:53:04 +0100 Subject: [PATCH] car: add tests oneway: tags --- features/car/oneway.feature | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/features/car/oneway.feature b/features/car/oneway.feature index 26e6f08e6..cf110d4fb 100644 --- a/features/car/oneway.feature +++ b/features/car/oneway.feature @@ -15,6 +15,22 @@ Feature: Car - Oneway streets | highway | oneway | forw | backw | | primary | -1 | | x | + Scenario: Car - Mode specific oneway + Then routability should be + | highway | oneway:motorcar | oneway:motor_vehicle | oneway:vehicle | oneway | forw | backw | + | primary | | | | | x | x | + | primary | yes | | | | x | | + | primary | | yes | | | x | | + | primary | | | yes | | x | | + | primary | | | | yes | x | | + | primary | yes | no | | | x | | + | primary | | yes | no | | x | | + | primary | | | yes | no | x | | + | primary | | | | yes | x | | + | primary | no | yes | | | x | x | + | primary | | no | yes | | x | x | + | primary | | | no | yes | x | x | + Scenario: Car - Implied oneways Then routability should be | highway | junction | forw | backw | # |