From 919386bdafc9a3498cf54a7c643f23ca67a90b9e Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Mon, 12 Dec 2016 11:29:47 +0100 Subject: [PATCH] Adds `access=permissive` routability scenarios, see #3435. --- features/car/access.feature | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/features/car/access.feature b/features/car/access.feature index 64fa1ee28..1c1509516 100644 --- a/features/car/access.feature +++ b/features/car/access.feature @@ -221,7 +221,6 @@ Feature: Car - Restricted access | highway | toll | bothw | | primary | yes | | - Scenario: Car - directional access tags Then routability should be | highway | access | access:forward | access:backward | forw | backw | @@ -264,3 +263,10 @@ Feature: Car - Restricted access | steps | no | | | | primary | | x | x | + Scenario: Car - Access combinations + Then routability should be + | highway | access | bothw | + | primary | permissive | x | + | steps | permissive | | + | footway | permissive | x | + | garbagetag | permissive | x |