https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41649
--- Comment #25 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 200930 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200930&action=edit Bug 41649: Fix SIP Message tests for magnetic media The tests for desensitize and alert flags were failing because items were created with random itemtypes that could have sip_magnetic=1. This caused unexpected behavior since magnetic media items don't get desensitized and trigger alert flags. Fix by explicitly creating itemtypes with sip_magnetic=0 in: - test_checkout_desensitize - test_renew_desensitize - test_checkin_v2 Sponsored-by: OpenFifth <https://openfifth.co.uk/> Signed-off-by: Marcus Michel <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
