https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40435
--- Comment #18 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 190676 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190676&action=edit Bug 40435: (follow-up) Fix DateTime mutation in test The test had a bug where $future_date was being mutated by the add() method on line 1975, causing line 1982 to use 4 days instead of 2 days. This meant the test wasn't properly verifying that FutureHoldsBlockRenewals=0 prevents blocking for holds within the ConfirmFutureHolds window. Test plan: 1. Run: prove t/db_dependent/Circulation.t :: "CanBookBeRenewed | future holds" 2. Verify all tests pass 3. Confirm the test now properly validates the intended behavior Signed-off-by: Martin Renvoize <[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/
