From 2a9b1311d34cd94dab44ff7e77f850abdbdc2aec Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Sat, 30 May 2015 19:30:33 +0200 Subject: [PATCH] Add test for ignoring crossing nodes --- features/bicycle/access_node.feature | 29 ++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/features/bicycle/access_node.feature b/features/bicycle/access_node.feature index 5a6f2b5f9..1e08a94ba 100644 --- a/features/bicycle/access_node.feature +++ b/features/bicycle/access_node.feature @@ -7,20 +7,21 @@ Feature: Bike - Access tags on nodes Scenario: Bike - Access tag hierachy on nodes Then routability should be - | node/access | node/vehicle | node/bicycle | bothw | - | | | | x | - | yes | | | x | - | no | | | | - | | yes | | x | - | | no | | | - | no | yes | | x | - | yes | no | | | - | | | yes | x | - | | | no | | - | no | | yes | x | - | yes | | no | | - | | no | yes | x | - | | yes | no | | + | node/access | node/vehicle | node/bicycle | node/highway | bothw | + | | | | | x | + | yes | | | | x | + | no | | | | | + | | yes | | | x | + | | no | | | | + | no | yes | | | x | + | yes | no | | | | + | | | yes | | x | + | | | no | | | + | | | no | crossing | x | + | no | | yes | | x | + | yes | | no | | | + | | no | yes | | x | + | | yes | no | | | Scenario: Bike - Overwriting implied acccess on nodes doesn't overwrite way Then routability should be