start updating testbot fixtures (TODO: the rest)

This commit is contained in:
Lauren Budorick 2016-03-31 16:48:06 -07:00 committed by Patrick Niklaus
parent 2e6e3bf0b0
commit d1e2aa57a8
3 changed files with 11 additions and 11 deletions

View File

@ -20,4 +20,4 @@ Feature: Support 64bit node IDs
When I route I should get
| from | to | route | turns |
| x | y | abc | depart,arrive |
| x | y | abc,abc | depart,arrive |

View File

@ -29,7 +29,7 @@ Feature: Alternative route
When I route I should get
| from | to | route | alternative |
| a | z | ab,bc,cd,dz | ag,gh,hi,ij,jz |
| a | z | ab,bc,cd,dz,dz | ag,gh,hi,ij,jz,jz |
Scenario: Disabled alternative
Given the query options
@ -37,4 +37,4 @@ Feature: Alternative route
When I route I should get
| from | to | route | alternative |
| a | z | ab,bc,cd,dz | |
| a | z | ab,bc,cd,dz,dz | |

View File

@ -23,7 +23,7 @@ Feature: Alternative route
When I route I should get
| from | to | route | alternative |
| 1 | 2 | ab,bd,dc,ca,ab | |
| 3 | 4 | bd,dc,ca,ab,bd | |
| 5 | 6 | dc,ca,ab,bd,dc | |
| 7 | 8 | ca,ab,bd,dc,ca | |
| 1 | 2 | ab,bd,dc,ca,ab,ab | |
| 3 | 4 | bd,dc,ca,ab,bd,bd | |
| 5 | 6 | dc,ca,ab,bd,dc,dc | |
| 7 | 8 | ca,ab,bd,dc,ca,ca | |