https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43339
--- Comment #5 from Andrew Fuerste-Henry <[email protected]> --- Created attachment 203815 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203815&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 <[email protected]> Signed-off-by: David Nind <[email protected]> Signed-off-by: Andrew Fuerste Henry <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
