File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/test/java/ai/timefold/solver/benchmarks/examples/examination/app Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11package ai .timefold .solver .benchmarks .examples .examination .app ;
22
3+ import java .util .stream .Stream ;
4+
35import ai .timefold .solver .benchmarks .examples .common .app .SolverSmokeTest ;
46import ai .timefold .solver .benchmarks .examples .examination .domain .Examination ;
57import ai .timefold .solver .core .api .score .buildin .hardsoft .HardSoftScore ;
68
7- import java .util .stream .Stream ;
8-
99class ExaminationSmokeTest extends SolverSmokeTest <Examination , HardSoftScore > {
1010
1111 private static final String UNSOLVED_DATA_FILE = "data/examination/unsolved/exam_comp_set5.json" ;
@@ -19,7 +19,7 @@ protected ExaminationApp createCommonApp() {
1919 protected Stream <TestData <HardSoftScore >> testData () {
2020 return Stream .of (
2121 TestData .of (UNSOLVED_DATA_FILE ,
22- HardSoftScore .ofSoft (-4006 ),
23- HardSoftScore .ofSoft (-4035 )));
22+ HardSoftScore .ofSoft (-4195 ),
23+ HardSoftScore .ofSoft (-4312 )));
2424 }
2525}
You can’t perform that action at this time.
0 commit comments