Bugzilla – Attachment 70782 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.25 KB, created by
Charles Farmer
on 2018-01-19 21:04:48 UTC
(
hide
)
Description:
Bug 19955 - minor grammatical correction
Filename:
MIME Type:
Creator:
Charles Farmer
Created:
2018-01-19 21:04:48 UTC
Size:
1.25 KB
patch
obsolete
>From d749602797ca9846234439d2495ec7251defc425 Mon Sep 17 00:00:00 2001 >From: charles <charles@inlibro.com> >Date: Fri, 19 Jan 2018 16:04:19 -0500 >Subject: [PATCH] Bug 19955 - minor grammatical correction > >--- > 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 13f46d9..5e65834 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.7.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 19955
:
70434
|
70436
|
70437
|
70781
|
70782
|
72588
|
72589
|
73132
|
73133