[Koha-bugs] [Bug 26114] ILL should mark status=RET only if a return happened

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 31 16:18:35 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26114

--- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 107645
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107645&action=edit
Bug 26114: ILL should mark status=RET only if a return happened

The original code assumed every codepath should be trated as a
successful check-in. Such is not the case and the regression tests
verify that the code acknowledges this.

To test:
1. Apply the regression tests patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/Illrequests.t
=> FAIL: Tests fail
3. Apply this patch
4. Repeat 2
=> SUCCESS: Tests pass!
5. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list