Bugzilla – Attachment 96463 Details for
Bug 24268
advance_notices.pl dies on undefined letter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24268: Unit tests
Bug-24268-Unit-tests.patch (text/plain), 1.13 KB, created by
Liz Rea
on 2019-12-18 20:22:58 UTC
(
hide
)
Description:
Bug 24268: Unit tests
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2019-12-18 20:22:58 UTC
Size:
1.13 KB
patch
obsolete
>From 8078c8a5627f36c8d826a57fbcaadeaaa36f5cce Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 18 Dec 2019 19:01:26 +0000 >Subject: [PATCH] Bug 24268: Unit tests > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >--- > t/db_dependent/cronjobs/advance_notices_digest.t | 9 +++++++++ > 1 file changed, 9 insertions(+) > >diff --git a/t/db_dependent/cronjobs/advance_notices_digest.t b/t/db_dependent/cronjobs/advance_notices_digest.t >index 23db520e4e..a666e1c785 100644 >--- a/t/db_dependent/cronjobs/advance_notices_digest.t >+++ b/t/db_dependent/cronjobs/advance_notices_digest.t >@@ -110,6 +110,15 @@ DELETESQL > } > }); > >+ #Adding a second preference for a notice that isn't defined, should just be skipped >+ my $borrower_message_transport_preference_1 = $builder->build({ >+ source => 'BorrowerMessageTransportPreference', >+ value => { >+ borrower_message_preference_id => $borrower_message_preference->{borrower_message_preference_id}, >+ message_transport_type => 'phone' >+ } >+ }); >+ > my $biblio = $builder->build({ > source => 'Biblio', > }); >-- >2.11.0
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 24268
:
96458
|
96459
|
96462
|
96463
|
96476
|
96477