1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

add and test skill constraint violation checks

This commit is contained in:
oblonski 2014-10-07 12:54:58 +02:00
parent c788b477b6
commit 04b52759e5
2 changed files with 2 additions and 7 deletions

View file

@ -591,12 +591,6 @@ public class SolutionAnalyserTest {
}
@Test
public void whatHappensWhenUserSpecifiedOwnEndTime_stateManagerShouldNotOverwriteThis(){
assertFalse(true);
}
@Test
public void lateArrivalTimes_atStartActOfRoute1ShouldWork(){
SolutionAnalyser analyser = new SolutionAnalyser(vrp,solution, new SolutionAnalyser.DistanceCalculator() {