Fixing test cases to check for different speeds in opposite direction
This commit is contained in:
@@ -65,8 +65,8 @@ Feature: Car - Max speed restrictions
|
||||
| d | e | de | 10s +-1 |
|
||||
| e | d | de | 20s +-1 |
|
||||
| e | f | ef | 20s +-1 |
|
||||
| f | e | ef | 10s +-1 |
|
||||
| f | g | fg | 10s +-1 |
|
||||
| f | e | ef | 40s +-1 |
|
||||
| f | g | fg | 40s +-1 |
|
||||
| g | f | fg | 20s +-1 |
|
||||
| g | h | gh | 15s +-1 |
|
||||
| h | g | gh | 10s +-1 |
|
||||
| h | g | gh | 20s +-1 |
|
||||
|
||||
@@ -15,4 +15,4 @@ Feature: Separate settings for forward/backward direction
|
||||
When I route I should get
|
||||
| from | to | route | distance | time |
|
||||
| a | d | abcd | 300 +- 1m | 30s |
|
||||
| d | a | abcd | 300 +- 1m | 55s |
|
||||
| d | a | abcd | 300 +- 1m | 68s |
|
||||
Reference in New Issue
Block a user