[Koha-bugs] [Bug 28294] C4::Circulation::updateWrongTransfer should be moved into Koha::

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 25 10:50:38 CET 2022


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

--- Comment #35 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---

# Subtest: AddRenewal and AddIssuingCharge tests
    1..13
    not ok 1 - Exception is thrown when renewal update to issues fails
    #   Failed test 'Exception is thrown when renewal update to issues fails'
    #   at t/db_dependent/Circulation.t line 4147.
    # expecting: Koha::Exceptions::Checkout::FailedRenewal
    # found: normal exit
    ok 2 - renew log not added because of the syspref RenewalLog
    ok 3 - AddRenewal should set the renewal date with the time part
    not ok 4
    #   Failed test at t/db_dependent/Circulation.t line 4170.
    #          got: '3'
    #     expected: '2'
    ok 5 - The issue of item with issuing charge generates an accountline of
the correct type
    ok 6 - AddIssuingCharge correctly sets branchcode
    ok 7 - AddIssue does not set a hardcoded description for the accountline
    ok 8 - The renewal of item with issuing charge generates an accountline of
the correct type
    ok 9 - AddRenewal correctly sets branchcode
    ok 10 - AddRenewal does not set a hardcoded description for the accountline
    ok 11 - renew log successfully added
    ok 12 - renew statistic successfully added with passed branch
    not ok 13 - Passing skipfinecalc causes fine calculation on renewal to be
skipped
    #   Failed test 'Passing skipfinecalc causes fine calculation on renewal to
be skipped'
    #   at t/db_dependent/Circulation.t line 4207.
    #          got: '6'
    #     expected: '5'
    # Looks like you failed 3 tests of 13.
not ok 45 - AddRenewal and AddIssuingCharge tests

I am not sure if Circulation.t fails due to changes here. But it did not fail
on Jenkins on current master?

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


More information about the Koha-bugs mailing list