better testbot maxspeed handling, fix test

This commit is contained in:
Emil Tin
2013-01-19 16:00:36 +01:00
parent 384be58230
commit 43bb53e789
2 changed files with 17 additions and 11 deletions
+4 -2
View File
@@ -34,8 +34,10 @@ Feature: Car - Max speed restrictions
When I route I should get
| from | to | route | time |
| a | b | ab | 20s +-1 |
| b | c | bc | 20s +-1 |
| a | b | ab | 10s +-1 |
| b | a | ab | 10s +-1 |
| b | c | bc | 10s +-1 |
| c | b | bc | 10s +-1 |
@opposite
Scenario: Testbot - Forward/backward maxspeed