start updating testbot fixtures (TODO: the rest)
This commit is contained in:
		
							parent
							
								
									964c002b47
								
							
						
					
					
						commit
						52af0a615d
					
				@ -19,5 +19,5 @@ Feature: Support 64bit node IDs
 | 
			
		||||
            | cdec  |
 | 
			
		||||
 | 
			
		||||
        When I route I should get
 | 
			
		||||
            | from | to | route | turns         |
 | 
			
		||||
            | x    | y  | abc   | depart,arrive |
 | 
			
		||||
            | from | to | route   | turns         |
 | 
			
		||||
            | x    | y  | abc,abc | depart,arrive |
 | 
			
		||||
 | 
			
		||||
@ -28,13 +28,13 @@ Feature: Alternative route
 | 
			
		||||
            | alternatives | true |
 | 
			
		||||
 | 
			
		||||
        When I route I should get
 | 
			
		||||
            | from | to | route       | alternative    |
 | 
			
		||||
            | a    | z  | ab,bc,cd,dz | ag,gh,hi,ij,jz |
 | 
			
		||||
            | from | to | route          | alternative       |
 | 
			
		||||
            | a    | z  | ab,bc,cd,dz,dz | ag,gh,hi,ij,jz,jz |
 | 
			
		||||
 | 
			
		||||
    Scenario: Disabled alternative
 | 
			
		||||
        Given the query options
 | 
			
		||||
            | alternatives | false |
 | 
			
		||||
 | 
			
		||||
        When I route I should get
 | 
			
		||||
            | from | to | route       | alternative |
 | 
			
		||||
            | a    | z  | ab,bc,cd,dz |             |
 | 
			
		||||
            | from | to | route          | alternative |
 | 
			
		||||
            | a    | z  | ab,bc,cd,dz,dz |             |
 | 
			
		||||
 | 
			
		||||
@ -22,8 +22,8 @@ Feature: Alternative route
 | 
			
		||||
            | alternatives | true |
 | 
			
		||||
 | 
			
		||||
        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 |             |
 | 
			
		||||
            | from | to | route             | alternative |
 | 
			
		||||
            | 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 |             |
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user