Corrected car's bridge feature tests
This commit is contained in:
		
							parent
							
								
									b59295e55e
								
							
						
					
					
						commit
						5739c27ef4
					
				@ -15,7 +15,7 @@ Feature: Car - Handle driving
 | 
				
			|||||||
        And the ways
 | 
					        And the ways
 | 
				
			||||||
            | nodes | highway | bridge  | bicycle |
 | 
					            | nodes | highway | bridge  | bicycle |
 | 
				
			||||||
            | abc   | primary |         |         |
 | 
					            | abc   | primary |         |         |
 | 
				
			||||||
            | cde   |         | movable | yes     |
 | 
					            | cde   | primary | movable | yes     |
 | 
				
			||||||
            | efg   | primary |         |         |
 | 
					            | efg   | primary |         |         |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        When I route I should get
 | 
					        When I route I should get
 | 
				
			||||||
@ -40,7 +40,7 @@ Feature: Car - Handle driving
 | 
				
			|||||||
        And the ways
 | 
					        And the ways
 | 
				
			||||||
            | nodes | highway | bridge  |
 | 
					            | nodes | highway | bridge  |
 | 
				
			||||||
            | abc   | primary |         |
 | 
					            | abc   | primary |         |
 | 
				
			||||||
            | cde   |         | movable |
 | 
					            | cde   | primary | movable |
 | 
				
			||||||
            | efg   | primary |         |
 | 
					            | efg   | primary |         |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        When I route I should get
 | 
					        When I route I should get
 | 
				
			||||||
@ -61,7 +61,7 @@ Feature: Car - Handle driving
 | 
				
			|||||||
        And the ways
 | 
					        And the ways
 | 
				
			||||||
            | nodes | highway | bridge  | duration |
 | 
					            | nodes | highway | bridge  | duration |
 | 
				
			||||||
            | abc   | primary |         |          |
 | 
					            | abc   | primary |         |          |
 | 
				
			||||||
            | cde   |         | movable | 00:05:00 |
 | 
					            | cde   | primary | movable | 00:05:00 |
 | 
				
			||||||
            | efg   | primary |         |          |
 | 
					            | efg   | primary |         |          |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        When I route I should get
 | 
					        When I route I should get
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user