update turn restrictions tests to use oneway streets, to avoid u-turns

This commit is contained in:
Emil Tin
2012-03-05 16:11:11 +01:00
parent b0ecb869f2
commit 8b2c0030d0
3 changed files with 138 additions and 224 deletions
-17
View File
@@ -31,23 +31,6 @@ Feature: Oneway streets
| a | b | ab |
| b | a | bc,cd,da |
Scenario: Avoid oneway traps
Given the nodes
| | x | |
| a | b | c |
| | y | |
And the ways
| nodes | oneway |
| abc | |
| bx | yes |
| yb | -1 |
When I route I should get
| from | to | route |
| b | x | |
| b | y | |
Scenario: Handle various oneway tag values
Given the speedprofile "bicycle"
Then routability should be