simplify barrier tests

This commit is contained in:
Emil Tin 2012-09-30 13:18:23 +02:00 committed by Emil Tin
parent 681d05f8f4
commit b23a89d5a8

View File

@ -4,47 +4,47 @@ Feature: Barriers
Scenario: Barriers and cars
Given the speedprofile "car"
Then routability should be
| highway | node/barrier | node/access | forw | backw |
| primary | | | x | x |
| primary | bollard | | | |
| primary | gate | | | |
| primary | cattle_grid | | | |
| primary | border_control | | | |
| primary | toll_booth | | | |
| primary | sally_port | | | |
| primary | bollard | yes | x | x |
| primary | gate | yes | x | x |
| primary | cattle_grid | yes | x | x |
| primary | border_control | yes | x | x |
| primary | toll_booth | yes | x | x |
| primary | sally_port | yes | x | x |
| primary | bollard | motorcar | x | x |
| primary | bollard | motor_vehicle | x | x |
| primary | bollard | vehicle | x | x |
| primary | bollard | motorcar | x | x |
| primary | bollard | permissive | x | x |
| primary | bollard | designated | x | x |
| highway | node/barrier | node/access | bothw |
| primary | | | x |
| primary | bollard | | |
| primary | gate | | |
| primary | cattle_grid | | |
| primary | border_control | | |
| primary | toll_booth | | |
| primary | sally_port | | |
| primary | bollard | yes | x |
| primary | gate | yes | x |
| primary | cattle_grid | yes | x |
| primary | border_control | yes | x |
| primary | toll_booth | yes | x |
| primary | sally_port | yes | x |
| primary | bollard | motorcar | x |
| primary | bollard | motor_vehicle | x |
| primary | bollard | vehicle | x |
| primary | bollard | motorcar | x |
| primary | bollard | permissive | x |
| primary | bollard | designated | x |
Scenario: Barriers and bicycles
Given the speedprofile "bicycle"
Then routability should be
| highway | node/barrier | node/access | forw | backw |
| primary | | | x | x |
| primary | bollard | | x | x |
| primary | gate | | | |
| primary | cattle_grid | | | |
| primary | border_control | | | |
| primary | toll_booth | | | |
| primary | sally_port | | | |
| primary | bollard | yes | x | x |
| primary | gate | yes | x | x |
| primary | cattle_grid | yes | x | x |
| primary | border_control | yes | x | x |
| primary | toll_booth | yes | x | x |
| primary | sally_port | yes | x | x |
| primary | bollard | motorcar | | |
| primary | bollard | motor_vehicle | | |
| primary | bollard | vehicle | x | x |
| primary | bollard | motorcar | | |
| primary | bollard | permissive | x | x |
| primary | bollard | designated | x | x |
| highway | node/barrier | node/access | bothw |
| primary | | | x |
| primary | bollard | | x |
| primary | gate | | |
| primary | cattle_grid | | |
| primary | border_control | | |
| primary | toll_booth | | |
| primary | sally_port | | |
| primary | bollard | yes | x |
| primary | gate | yes | x |
| primary | cattle_grid | yes | x |
| primary | border_control | yes | x |
| primary | toll_booth | yes | x |
| primary | sally_port | yes | x |
| primary | bollard | motorcar | |
| primary | bollard | motor_vehicle | |
| primary | bollard | vehicle | x |
| primary | bollard | motorcar | |
| primary | bollard | permissive | x |
| primary | bollard | designated | x |