]> git.koha-community.org Git - koha.git/commit
Bug 11208: regression test for failing SMS messages
authorGalen Charlton <gmc@esilibrary.com>
Mon, 30 Dec 2013 16:45:45 +0000 (16:45 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Sat, 8 Feb 2014 09:18:10 +0000 (10:18 +0100)
commitc4f6a2777d7f068d3c072352832c48461689431c
treec7ebeaae3380cf5f2997bf406a5faac745ba28ac
parent3f19528b9a28a8b3b91d40b3b36bfbfef3b8dc25
Bug 11208: regression test for failing SMS messages

This patch adds a regression test for verifying that queued
SMS messages meant for patrons who have no SMS alert number
set are marked as failed after the first attempt to send them.

To test:

[1] Run prove -v t/db_dependent/Letters.t.  The fourth
    test should.
[2] Apply the main patch and run t/db_dependent/Letters.t
    again.  This time, all tests should pass.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit b753678c3dff4e0fd2fde008b3c43f0796fcfb05)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/db_dependent/Letters.t [new file with mode: 0644]