Update bicycle tests to reflect not cutting off arrive step
This commit is contained in:
@@ -17,15 +17,15 @@ Feature: Bicycle - Handle movable bridge
|
||||
| efg | primary | | |
|
||||
|
||||
When I route I should get
|
||||
| from | to | route | modes |
|
||||
| a | g | abc,cde,efg | cycling,movable bridge,cycling |
|
||||
| b | f | abc,cde,efg | cycling,movable bridge,cycling |
|
||||
| e | c | cde | movable bridge |
|
||||
| e | b | cde,abc | movable bridge,cycling |
|
||||
| e | a | cde,abc | movable bridge,cycling |
|
||||
| c | e | cde | movable bridge |
|
||||
| c | f | cde,efg | movable bridge,cycling |
|
||||
| c | g | cde,efg | movable bridge,cycling |
|
||||
| from | to | route | modes |
|
||||
| a | g | abc,cde,efg,efg | cycling,movable bridge,cycling,cycling |
|
||||
| b | f | abc,cde,efg,efg | cycling,movable bridge,cycling,cycling |
|
||||
| e | c | cde,cde | movable bridge,movable bridge |
|
||||
| e | b | cde,abc,abc | movable bridge,cycling,cycling |
|
||||
| e | a | cde,abc,abc | movable bridge,cycling,cycling |
|
||||
| c | e | cde,cde | movable bridge,movable bridge |
|
||||
| c | f | cde,efg,efg | movable bridge,cycling,cycling |
|
||||
| c | g | cde,efg,efg | movable bridge,cycling,cycling |
|
||||
|
||||
Scenario: Bicycle - Properly handle durations
|
||||
Given the node map
|
||||
@@ -40,8 +40,8 @@ Feature: Bicycle - Handle movable bridge
|
||||
| efg | primary | | |
|
||||
|
||||
When I route I should get
|
||||
| from | to | route | modes | speed |
|
||||
| a | g | abc,cde,efg | cycling,movable bridge,cycling | 5 km/h |
|
||||
| b | f | abc,cde,efg | cycling,movable bridge,cycling | 4 km/h |
|
||||
| c | e | cde | movable bridge | 2 km/h |
|
||||
| e | c | cde | movable bridge | 2 km/h |
|
||||
| from | to | route | modes | speed |
|
||||
| a | g | abc,cde,efg,efg | cycling,movable bridge,cycling,cycling | 5 km/h |
|
||||
| b | f | abc,cde,efg,efg | cycling,movable bridge,cycling,cycling | 4 km/h |
|
||||
| c | e | cde,cde | movable bridge,movable bridge | 2 km/h |
|
||||
| e | c | cde,cde | movable bridge,movable bridge | 2 km/h |
|
||||
|
||||
Reference in New Issue
Block a user