Skip to content

Commit

Permalink
update test related to via points and #1034
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed May 23, 2014
1 parent 06f3375 commit b25f3a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions features/testbot/via.feature
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Feature: Via points
| da | yes |

When I route I should get
| waypoints | route | distance | turns |
| 1,3 | ab | 200m +-1 | head,destination |
| 3,1 | ab,bc,cd,da,ab | 800m +-1 | head,right,right,right,right,destination |
| 1,2,3 | ab | 200m +-1 | head,destination |
| 1,3,2 | ab,bc,cd,da,ab | 1100m +- | head,right,right,right,right,destination |
| 3,2,1 | ab,bc,cd,da,ab,bc,cd,da,ab | 1900m +- | head,right,right,right,right,right,right,right,destination |
| waypoints | route | distance | turns |
| 1,3 | ab | 200m +-1 | head,destination |
| 3,1 | ab,bc,cd,da,ab | 800m +-1 | head,right,right,right,right,destination |
| 1,2,3 | ab | 200m +-1 | head,destination |
| 1,3,2 | ab,bc,cd,da,ab | 1100m +- | head,right,right,right,right,destination |
| 3,2,1 | ab,bc,cd,da,ab,bc,cd,da,ab | 1600m +- | head,right,right,right,right,right,right,right,right,destination |

0 comments on commit b25f3a9

Please sign in to comment.