add another minor viaroute check

This commit is contained in:
Dennis Luxen 2013-12-12 18:37:36 -05:00
parent 4fc4e93ab5
commit 662714fca3

View File

@ -48,5 +48,6 @@ Feature: Via points
| dh |
When I route I should get
| waypoints | route |
| a,c,f,h | ab,bcd,de,efg,gh |
| waypoints | route |
| a,c,f | ab,bcd,de,efg |
| a,c,f,h | ab,bcd,de,efg,gh |