test
This commit is contained in:
		
							parent
							
								
									7c49a6d547
								
							
						
					
					
						commit
						738b944cdf
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -149,9 +149,9 @@ public class DijkstraTest { | |||
|    }  | ||||
|     | ||||
|    @Test  | ||||
|    public void testDijkstra5(){//test de cohérence | ||||
|    public void testDijkstra5(){//test de cohérence | ||||
|         assertTrue(solDijkstra5.getPath().getLength() <= solDijkstra2.getPath().getLength()); | ||||
|         assertTrue(solDijkstra5.getPath().getMinimumTravelTime() >= solDijkstra2.getPath().getMinimumTravelTime()); | ||||
| 
 | ||||
|    }      | ||||
| } | ||||
| } | ||||
		Loading…
	
		Reference in a new issue