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
+6 -6
View File
@@ -1,10 +1,10 @@
@routing @car @access
Feature: Restricted access
Feature: Car - Restricted access
Background:
Given the speedprofile "car"
Scenario: Access tags on ways
Scenario: Car - Access tags on ways
Then routability should be
| access | bothw |
| yes | x |
@@ -20,7 +20,7 @@ Feature: Restricted access
| designated | |
| some_tag | x |
Scenario: Access tags for other modes should have no effect
Scenario: Car - Access tags for other modes should have no effect
Then routability should be
| access | bothw |
| ufo:yes | x |
@@ -36,7 +36,7 @@ Feature: Restricted access
| ufo:designated | x |
| ufo:some_tag | x |
Scenario: Access tags on nodes
Scenario: Car - Access tags on nodes
Then routability should be
| node:access | bothw |
| yes | x |
@@ -52,7 +52,7 @@ Feature: Restricted access
| designated | |
| some_tag | x |
Scenario: Access tags on both nodes and way
Scenario: Car - Access tags on both nodes and way
Then routability should be
| access | node:access | bothw |
| yes | yes | x |
@@ -63,4 +63,4 @@ Feature: Restricted access
| no | some_tag | |
| some_tag | yes | |
| some_tag | no | |
| some_tag | some_tag | |
| some_tag | some_tag | |