mark some tests as @todo
This commit is contained in:
parent
e41d52570e
commit
b0f035bf3c
@ -113,7 +113,8 @@ Feature: Bike - Handle ferry routes
|
|||||||
| from | to | route | time |
|
| from | to | route | time |
|
||||||
| a | g | abcdefg | 23400s +-1 |
|
| a | g | abcdefg | 23400s +-1 |
|
||||||
| g | a | abcdefg | 23400s +-1 |
|
| g | a | abcdefg | 23400s +-1 |
|
||||||
|
|
||||||
|
@todo
|
||||||
Scenario: Bike - Ferry duration, individual parts
|
Scenario: Bike - Ferry duration, individual parts
|
||||||
Given the node map
|
Given the node map
|
||||||
| x | y | | z | | | v |
|
| x | y | | z | | | v |
|
||||||
|
@ -19,26 +19,14 @@ Feature: Bike - Street names in instructions
|
|||||||
| a | c | My Way,Your Way |
|
| a | c | My Way,Your Way |
|
||||||
|
|
||||||
Scenario: Bike - Use way type to describe unnamed ways
|
Scenario: Bike - Use way type to describe unnamed ways
|
||||||
Given the node map
|
|
||||||
| a | b | c |
|
|
||||||
|
|
||||||
And the ways
|
|
||||||
| nodes | highway | name |
|
|
||||||
| ab | cycleway | |
|
|
||||||
| bc | track | |
|
|
||||||
|
|
||||||
When I route I should get
|
|
||||||
| from | to | route |
|
|
||||||
| a | c | cycleway,track |
|
|
||||||
|
|
||||||
Scenario: Bike - Don't create instructions for every node of unnamed ways
|
|
||||||
Given the node map
|
Given the node map
|
||||||
| a | b | c | d |
|
| a | b | c | d |
|
||||||
|
|
||||||
And the ways
|
And the ways
|
||||||
| nodes | highway | name |
|
| nodes | highway | name |
|
||||||
| abcd | cycleway | |
|
| ab | cycleway | |
|
||||||
|
| bcd | track | |
|
||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| from | to | route |
|
| from | to | route |
|
||||||
| a | d | cycleway |
|
| a | d | cycleway,track |
|
@ -10,35 +10,24 @@ Feature: Car - Street names in instructions
|
|||||||
| | c |
|
| | c |
|
||||||
|
|
||||||
And the ways
|
And the ways
|
||||||
| nodes | name |
|
| nodes | name |
|
||||||
| ab | My Way |
|
| ab | My Way |
|
||||||
| bc | Your Way |
|
| bc | Your Way |
|
||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| from | to | route |
|
| from | to | route |
|
||||||
| a | c | My Way,Your Way |
|
| a | c | My Way,Your Way |
|
||||||
|
|
||||||
|
@todo
|
||||||
Scenario: Car - Use way type to describe unnamed ways
|
Scenario: Car - Use way type to describe unnamed ways
|
||||||
Given the node map
|
|
||||||
| a | b | c |
|
|
||||||
|
|
||||||
And the ways
|
|
||||||
| nodes | highway | name |
|
|
||||||
| ab | tertiary | |
|
|
||||||
| bc | residential | |
|
|
||||||
|
|
||||||
When I route I should get
|
|
||||||
| from | to | route |
|
|
||||||
| a | c | tertiary,residential |
|
|
||||||
|
|
||||||
Scenario: Car - Don't create instructions for every node of unnamed ways
|
|
||||||
Given the node map
|
Given the node map
|
||||||
| a | b | c | d |
|
| a | b | c | d |
|
||||||
|
|
||||||
And the ways
|
And the ways
|
||||||
| nodes | highway | name |
|
| nodes | highway | name |
|
||||||
| abcd | primary | |
|
| ab | tertiary | |
|
||||||
|
| bcd | residential | |
|
||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| from | to | route |
|
| from | to | route |
|
||||||
| a | d | primary |
|
| a | c | tertiary,residential |
|
||||||
|
@ -38,7 +38,8 @@ Feature: Testbot - Handle ferry routes
|
|||||||
| from | to | route | time |
|
| from | to | route | time |
|
||||||
| a | d | abcd | 3600s +-1 |
|
| a | d | abcd | 3600s +-1 |
|
||||||
| d | a | abcd | 3600s +-1 |
|
| d | a | abcd | 3600s +-1 |
|
||||||
|
|
||||||
|
@todo
|
||||||
Scenario: Bike - Ferry duration, individual parts
|
Scenario: Bike - Ferry duration, individual parts
|
||||||
Given the node map
|
Given the node map
|
||||||
| x | y | | z | | | v |
|
| x | y | | z | | | v |
|
||||||
|
Loading…
Reference in New Issue
Block a user