fixing test and removing todo tag

This commit is contained in:
DennisOSRM 2013-01-05 17:35:50 +01:00
parent 64988ed831
commit 5de2aa1cbf
2 changed files with 15 additions and 15 deletions

View File

@ -198,7 +198,7 @@ Feature: Bike - Turn restrictions
| s | n | sj,nj |
| s | e | |
@except @todo
@except
Scenario: Bike - Except tag and on no_ restrictions
Given the node map
| b | x | c |
@ -207,10 +207,10 @@ Feature: Bike - Turn restrictions
And the ways
| nodes | oneway |
| sj | yes |
| sj | no |
| xj | -1 |
| aj | -1 |
| bj | -1 |
| bj | no |
| cj | -1 |
| dj | -1 |
@ -228,7 +228,7 @@ Feature: Bike - Turn restrictions
| s | c | |
| s | d | sj,dj |
@except @todo
@except
Scenario: Bike - Except tag and on only_ restrictions
Given the node map
| a | | b |
@ -238,8 +238,8 @@ Feature: Bike - Turn restrictions
And the ways
| nodes | oneway |
| sj | yes |
| aj | -1 |
| bj | -1 |
| aj | no |
| bj | no |
And the relations
| type | way:from | way:to | node:via | restriction | except |

View File

@ -198,8 +198,8 @@ Feature: Car - Turn restrictions
| s | n | sj,nj |
| s | e | |
@except @todo
Scenario: Bike - Except tag and on no_ restrictions
@except
Scenario: Car - Except tag and on no_ restrictions
Given the node map
| b | x | c |
| a | j | d |
@ -207,11 +207,11 @@ Feature: Car - Turn restrictions
And the ways
| nodes | oneway |
| sj | yes |
| sj | no |
| xj | -1 |
| aj | -1 |
| bj | -1 |
| cj | -1 |
| bj | no |
| cj | no |
| dj | -1 |
And the relations
@ -228,8 +228,8 @@ Feature: Car - Turn restrictions
| s | c | |
| s | d | sj,dj |
@except @todo
Scenario: Bike - Except tag and on only_ restrictions
@except
Scenario: Car - Except tag and on only_ restrictions
Given the node map
| a | | b |
| | j | |
@ -238,8 +238,8 @@ Feature: Car - Turn restrictions
And the ways
| nodes | oneway |
| sj | yes |
| aj | -1 |
| bj | -1 |
| aj | no |
| bj | no |
And the relations
| type | way:from | way:to | node:via | restriction | except |