fixing test and removing todo tag
This commit is contained in:
parent
64988ed831
commit
5de2aa1cbf
@ -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 |
|
||||
|
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user