Bugzilla – Attachment 66707 Details for
Bug 11580
If returnBeforeExpiry is on, holidays are not taken into account to calculate the due date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11580 [QA Followup]
Bug-11580-QA-Followup.patch (text/plain), 879 bytes, created by
Kyle M Hall (khall)
on 2017-09-01 10:53:06 UTC
(
hide
)
Description:
Bug 11580 [QA Followup]
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-09-01 10:53:06 UTC
Size:
879 bytes
patch
obsolete
>From 4b6dbd6b356127d25f946f47f9a8da98246c4f26 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 1 Sep 2017 09:56:09 +0000 >Subject: [PATCH] Bug 11580 [QA Followup] > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Circulation/dateexpiry.t | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/t/db_dependent/Circulation/dateexpiry.t b/t/db_dependent/Circulation/dateexpiry.t >index cf88536..4ed3505 100644 >--- a/t/db_dependent/Circulation/dateexpiry.t >+++ b/t/db_dependent/Circulation/dateexpiry.t >@@ -135,8 +135,6 @@ sub calc_date_due { > $d2->add(days => 1); > $d->truncate( to => 'day' ); > $d2->truncate( to => 'day' ); >- warn Data::Dumper::Dumper($d->datetime()); >- warn Data::Dumper::Dumper($d2->datetime()); > is ( DateTime->compare( $d, $d2) == 0, 1, "no problem with closed days"); > } > >-- >2.10.2
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 11580
:
57562
|
58740
|
60621
|
64681
|
65779
|
65780
|
66705
|
66706
| 66707 |
66886
|
66888