[Koha-bugs] [Bug 32478] Remove Koha::Config::SysPref->find since bypasses cache

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 9 16:48:15 CEST 2023


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl
             Status|Signed Off                  |Failed QA

--- Comment #11 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
# Subtest: is_denied_renewal
    1..11
    ok 1 - Renewal allowed when no rules
    ok 2 - Renewal blocked when 1 rules (withdrawn)
    ok 3 - Renewal allowed when 1 rules not matched (withdrawn)
    ok 4 - Renewal blocked when 2 rules matched (withdrawn, itype)
    ok 5 - Renewal allowed when 2 rules not matched (withdrawn, itype)
    ok 6 - Renewal blocked when 3 rules matched (withdrawn, itype, location)
    ok 7 - Renewal allowed when 3 rules not matched (withdrawn, itype,
location)
    not ok 8 - Renewal blocked for undef when NULL in pref
    #   Failed test 'Renewal blocked for undef when NULL in pref'
    #   at t/db_dependent/Koha/Item.t line 2157.
    #          got: '0'
    #     expected: '1'
    ok 9 - Renewal not blocked for undef when "" in pref
    ok 10 - Renewal not blocked for "" when NULL in pref
    ok 11 - Renewal blocked for empty string when "" in pref
    # Looks like you failed 1 test of 11.
not ok 28 - is_denied_renewal

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


More information about the Koha-bugs mailing list