]> git.koha-community.org Git - koha.git/commit
Bug 18732: Noisy t/SMS.t triggered by koha_conf.xml without sms_send_config
authorMark Tompsett <mtompset@hotmail.com>
Mon, 5 Jun 2017 22:18:07 +0000 (18:18 -0400)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 20 Jun 2017 08:26:37 +0000 (10:26 +0200)
commitd80b7e2841abddc4f6ff8510df006aa310ef352e
tree6505fb9636c1339721a24e409d2c5544fe00ad6d
parent69771a09af990c7513f5dd5e442b26713eb6f856
Bug 18732: Noisy t/SMS.t triggered by koha_conf.xml without sms_send_config

Upgraded systems may be lacking sms_send_config which makes t/SMS.t noisy.
This silently bypasses the problem.

Remove sms_send_config from your koha-conf.xml file
prove t/SMS.t
-- it will be noisy, but pass.
apply patch
prove t/SMS.t
-- noise gone.
run koha qa test tools.

Signed-off-by: Lee Jamison <ldjamison@marywood.edu>
Works correctly as indicated by the testing plan.
No "uninitialized" noise after patch is applied.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Slightly amended: turned the iif around.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit f97addef42826c0007f91cace1f365de358a8b60)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/SMS.pm