more reorganizing of tests

This commit is contained in:
Emil Tin
2012-10-01 13:27:08 +02:00
parent 57d6af5486
commit 1ad274ed2e
32 changed files with 197 additions and 136 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
@routing @car @barrier
Feature: Barriers
Feature: Car - Barriers
Background:
Given the speedprofile "car"
Scenario: Barriers
Scenario: Car - Barriers
Then routability should be
| highway | node/barrier | node/access | bothw |
| primary | | | x |
@@ -16,7 +16,7 @@ Feature: Barriers
| primary | bollard | | |
| primary | some_tag | | |
Scenario: Access tag trumphs barriers
Scenario: Car - Access tag trumphs barriers
Then routability should be
| highway | node/barrier | node/access | bothw |
| primary | bollard | yes | x |