mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
adapt CordeauReaderTest to changes in CordeauReader
This commit is contained in:
parent
1d2e5e4803
commit
97faf7fb53
1 changed files with 2 additions and 4 deletions
|
|
@ -53,10 +53,8 @@ public class CordeauReaderTest {
|
|||
VehicleRoutingProblem.Builder vrpBuilder = VehicleRoutingProblem.Builder.newInstance();
|
||||
new CordeauReader(vrpBuilder).read(this.getClass().getClassLoader().getResource("p01").getPath());
|
||||
VehicleRoutingProblem vrp = vrpBuilder.build();
|
||||
/*
|
||||
* 16 plus 4*5 penalty vehicles
|
||||
*/
|
||||
assertEquals(36,vrp.getVehicles().size());
|
||||
|
||||
assertEquals(16,vrp.getVehicles().size());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue