Bugzilla – Attachment 73133 Details for
Bug 19955
Add ability to process only one 'type' of message ( sms, email, etc ) for a given run of process_message_queue.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19955: Minor grammatical correction
Bug-19955-Minor-grammatical-correction.patch (text/plain), 1.33 KB, created by
Kyle M Hall (khall)
on 2018-03-21 12:07:49 UTC
(
hide
)
Description:
Bug 19955: Minor grammatical correction
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-03-21 12:07:49 UTC
Size:
1.33 KB
patch
obsolete
>From 0a7f2ce38b10fdc1031dd92f3b4077588e9af4e4 Mon Sep 17 00:00:00 2001 >From: Charles Farmer <charles@inlibro.com> >Date: Fri, 19 Jan 2018 16:04:19 -0500 >Subject: [PATCH] Bug 19955: Minor grammatical correction > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > t/db_dependent/Letters.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Letters.t b/t/db_dependent/Letters.t >index 195f3b2055..1a61793d5e 100644 >--- a/t/db_dependent/Letters.t >+++ b/t/db_dependent/Letters.t >@@ -134,9 +134,9 @@ is( $messages->[0]->{status}, 'pending', 'EnqueueLetter stores the status pendin > > # SendQueuedMessages > my $messages_processed = C4::Letters::SendQueuedMessages( { type => 'email' }); >-is($messages_processed, 0, 'No queued messaged process if type limit passed with unused type'); >+is($messages_processed, 0, 'No queued messages processed if type limit passed with unused type'); > $messages_processed = C4::Letters::SendQueuedMessages( { type => 'sms' }); >-is($messages_processed, 1, 'all queued messages processed, found correct number of messages with type limit'); >+is($messages_processed, 1, 'All queued messages processed, found correct number of messages with type limit'); > $messages = C4::Letters::GetQueuedMessages({ borrowernumber => $borrowernumber }); > is( > $messages->[0]->{status}, >-- >2.14.3 (Apple Git-98)
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 19955
:
70434
|
70436
|
70437
|
70781
|
70782
|
72588
|
72589
|
73132
| 73133