https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42386
--- Comment #67 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 203526 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203526&action=edit Bug 42386: (follow-up) Update stale status-code fixtures in holds.t A few mocked CanItemBeReserved status fixtures still used camelCase strings left over from before the snake_case rename. Cosmetic only, since these mock the function directly and the value is otherwise arbitrary, but confusing to a future reader expecting real status codes. Test plan: 1. Apply patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/holds.t => SUCCESS: Tests pass! 3. Sign off :-D 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] 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/
