https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43339 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 203783 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203783&action=edit Bug 43339: automatic_item_modification_by_age_configuration is not a real system preference It should not fail the unit test t/db_dependent/check_sysprefs.t. Test plan : 1.0) Without patch 1.1) Run : prove t/db_dependent/check_sysprefs.t => 'All tests successful' 1.2) Go to Cataloging > Automatic item modifications by age 1.3) Create some entries and save 1.4) Run : prove t/db_dependent/check_sysprefs.t => # Failed test at t/db_dependent/check_sysprefs.t line 96. # got: '1' # expected: '0' # Too many sysprefs in DB: automatic_item_modification_by_age_configuration 2.0) Apply patch 2.1) Run : prove t/db_dependent/check_sysprefs.t => 'All tests successful' Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.