]> git.koha-community.org Git - koha.git/commit
Bug 28803: Add unit tests
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 5 Aug 2021 07:43:32 +0000 (08:43 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 25 Nov 2021 01:09:42 +0000 (15:09 -1000)
commit2712dbeca64c34bd359a29b110d117f65ab3a857
treed06aeda910377b6fe7cbf8265834edda4596cd1a
parent1c768b1c990c7a1a66aaa5215f81645faa802752
Bug 28803: Add unit tests

This patch updates Letters.t to confirm that invalid email addresses in
the message_queue should not throw an exception when sending mail but
instead set the status to failed and pass error details to the end user.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/db_dependent/Letters.t