test for bikes on trains

This commit is contained in:
Emil Tin 2012-10-05 16:28:19 +02:00
parent 7282e543ca
commit 5c737709e2

View File

@ -0,0 +1,23 @@
@routing @bicycle @train @todo
Feature: Bike - Handle ferry routes
Bringing bikes on trains and subways
Background:
Given the speedprofile "bicycle"
Scenario: Bike - Bringing bikes on trains
Then routability should be
| highway | railway | bicycle | bothw |
| primary | | | x |
| (nil) | train | | |
| (nil) | train | no | |
| (nil) | train | yes | x |
| (nil) | railway | | |
| (nil) | railway | no | |
| (nil) | railway | yes | x |
| (nil) | subway | | |
| (nil) | subway | no | |
| (nil) | subway | yes | x |
| (nil) | some_tag | | |
| (nil) | some_tag | no | |
| (nil) | some_tag | yes | x |