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

View File

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