Bug 24016: Add a failing test for overwrite-able manager_id in Koha::Patron::Message
authorLari Taskula <lari.taskula@hypernova.fi>
Tue, 12 Nov 2019 12:24:30 +0000 (12:24 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 5 Feb 2020 20:37:12 +0000 (20:37 +0000)
commit3d73723a9ff618d2d7b5685ce2ac969b27899d31
treed45d46d6d3a1c069032fdf0253adb5a2269a9900
parent0bf37bf67a8b04e5f88917a089974b1f2003a7e5
Bug 24016: Add a failing test for overwrite-able manager_id in Koha::Patron::Message

To test:
1. prove t/db_dependent/Koha/Patron/Messages.t
2. Observe failure

t/db_dependent/Koha/Patron/Messages.t .. 2/12
   Failed test 'Manager id should be overwrite-able even if defined in userenv'
   at t/db_dependent/Koha/Patron/Messages.t line 90.
          got: '1100'
     expected: '1101'
 Looks like you failed 1 test of 12.
t/db_dependent/Koha/Patron/Messages.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/12 subtests

Sponsored-by: Koha-Suomi Oy
Signed-off-by: Maryse Simard <maryse.simard@inlibro.com>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit c74820c2273393825c73b90769424544579a1aae)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
t/db_dependent/Koha/Patron/Messages.t