Fixed test case that uses the car profile.

This commit is contained in:
Daniel Patterson 2015-09-02 16:24:34 -07:00 committed by Patrick Niklaus
parent b3822d5802
commit 120303e6e3

View File

@ -41,7 +41,7 @@ Feature: Car - Handle ferry routes
When I route I should get When I route I should get
| from | to | route | modes | speed | | from | to | route | modes | speed |
| a | g | abc,cde,efg | 1,2,1 | 26 km/h | | a | g | abc,cde,efg | 1,2,1 | 25 km/h |
| b | f | abc,cde,efg | 1,2,1 | 20 km/h | | b | f | abc,cde,efg | 1,2,1 | 20 km/h |
| c | e | cde | 2 | 12 km/h | | c | e | cde | 2 | 12 km/h |
| e | c | cde | 2 | 12 km/h | | e | c | cde | 2 | 12 km/h |
@ -60,7 +60,7 @@ Feature: Car - Handle ferry routes
When I route I should get When I route I should get
| from | to | route | modes | speed | | from | to | route | modes | speed |
| a | g | abc,cde,efg | 1,2,1 | 26 km/h | | a | g | abc,cde,efg | 1,2,1 | 25 km/h |
| b | f | abc,cde,efg | 1,2,1 | 20 km/h | | b | f | abc,cde,efg | 1,2,1 | 20 km/h |
| c | e | cde | 2 | 12 km/h | | c | e | cde | 2 | 12 km/h |
| e | c | cde | 2 | 12 km/h | | e | c | cde | 2 | 12 km/h |