Switch from an in-memory HSQLDB to MariaDB during integration tests #57
@ -197,6 +197,7 @@ public class FinalSeminarSchedulingTest extends IntegrationTest {
|
||||
NonWorkDayPeriod nonWorkDayPeriod = new NonWorkDayPeriod();
|
||||
nonWorkDayPeriod.setStartDate(date);
|
||||
nonWorkDayPeriod.setEndDate(date);
|
||||
nonWorkDayPeriod.setComment("test non work day");
|
||||
save(nonWorkDayPeriod);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user