|
Lines 21-27
subtest 'CancelExpiredReserves tests incl. holidays' => sub {
Link Here
|
| 21 |
my $builder = t::lib::TestBuilder->new(); |
21 |
my $builder = t::lib::TestBuilder->new(); |
| 22 |
|
22 |
|
| 23 |
t::lib::Mocks::mock_preference('ExpireReservesOnHolidays', 0); |
23 |
t::lib::Mocks::mock_preference('ExpireReservesOnHolidays', 0); |
| 24 |
# Waiting reservers could be canceled only if ExpireReservesMaxPickUpDelay is set to "allow", see bug 19260 |
24 |
# Waiting holds could be cancelled only if ExpireReservesMaxPickUpDelay is set to "allow", see bug 19260 |
| 25 |
t::lib::Mocks::mock_preference('ExpireReservesMaxPickUpDelay', 1); |
25 |
t::lib::Mocks::mock_preference('ExpireReservesMaxPickUpDelay', 1); |
| 26 |
|
26 |
|
| 27 |
|
27 |
|
| 28 |
- |
|
|