Bugzilla – Attachment 67733 Details for
Bug 19260
Reservations / holds marked as problems being seen as expired ones and deleted wrongly.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19260: (followup) Fix CancelReserves.t test
Bug-19260-followup-Fix-CancelReservest-test.patch (text/plain), 983 bytes, created by
Josef Moravec
on 2017-10-06 16:43:18 UTC
(
hide
)
Description:
Bug 19260: (followup) Fix CancelReserves.t test
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-10-06 16:43:18 UTC
Size:
983 bytes
patch
obsolete
>From 41d7ac52deac85cd3590176556234017974c1575 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Fri, 6 Oct 2017 16:41:28 +0000 >Subject: [PATCH] Bug 19260: (followup) Fix CancelReserves.t test > >Test plan: >Run t/db_dependent/Holds/CancelReserves.t >--- > t/db_dependent/Holds/CancelReserves.t | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/db_dependent/Holds/CancelReserves.t b/t/db_dependent/Holds/CancelReserves.t >index 6c2a7c2..79de7fe 100644 >--- a/t/db_dependent/Holds/CancelReserves.t >+++ b/t/db_dependent/Holds/CancelReserves.t >@@ -17,6 +17,8 @@ $schema->storage->txn_begin; > my $builder = t::lib::TestBuilder->new(); > > t::lib::Mocks::mock_preference('ExpireReservesOnHolidays', 0); >+# Waiting reservers could be canceled only if ExpireReservesMaxPickUpDelay is set to "allow", see bug 19260 >+t::lib::Mocks::mock_preference('ExpireReservesMaxPickUpDelay', 1); > > my $today = dt_from_string(); > my $reserve_reservedate = $today->clone; >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19260
:
67428
|
67489
|
67653
|
67654
|
67659
|
67660
|
67677
|
67678
|
67679
|
67680
| 67733 |
67992
|
67993
|
67994
|
67995