max all trips roundtrips again
This commit is contained in:
parent
5839bf334b
commit
ef1f14550f
@ -21,8 +21,8 @@ Feature: Basic trip planning
|
|||||||
|
|
||||||
When I plan a trip I should get
|
When I plan a trip I should get
|
||||||
| waypoints | trips | durations |
|
| waypoints | trips | durations |
|
||||||
| a,b,c,d | abcd | 7.6 |
|
| a,b,c,d | abcda | 7.6 |
|
||||||
| d,b,c,a | dbca | 7.6 |
|
| d,b,c,a | dbcad | 7.6 |
|
||||||
|
|
||||||
Scenario: Testbot - Trip planning with more than 10 nodes
|
Scenario: Testbot - Trip planning with more than 10 nodes
|
||||||
Given the node map
|
Given the node map
|
||||||
@ -88,7 +88,7 @@ Feature: Basic trip planning
|
|||||||
|
|
||||||
When I plan a trip I should get
|
When I plan a trip I should get
|
||||||
| waypoints | trips |
|
| waypoints | trips |
|
||||||
| a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p | defghijklabcd,mnop |
|
| a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p | defghijklabcd,mnopm |
|
||||||
|
|
||||||
# Test single node in each component #1850
|
# Test single node in each component #1850
|
||||||
Scenario: Testbot - Trip planning with less than 10 nodes
|
Scenario: Testbot - Trip planning with less than 10 nodes
|
||||||
|
Loading…
Reference in New Issue
Block a user