[Koha-bugs] [Bug 25560] Exclude itemtypes from UpdateNotForLoanStatusOnCheckin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 27 12:33:30 CET 2020


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #22 from David Nind <david at davidnind.com> ---
Hi Alex.

It doesn't seem to have.

Errors now after patches applied are:
- prove xt - All pass
- prove t - See below
- prove t/db_dependent/Circulation/issue.t - See below
- prove t/db_dependent/Koha/Object.t - All pass

David

prove -v t
==========

not ok - Test::Perl::Critic for "C4/Barcodes/ValueBuilder.pm"

#   Failed test 'Test::Perl::Critic for "C4/Barcodes/ValueBuilder.pm"'
#   at /usr/share/perl5/Test/Perl/Critic.pm line 104.
# 
#   Package declaration must match filename at line 19, column 1.  Correct the
filename or package statement.  (Severity: 5)

....

not ok - Test::Perl::Critic for "Koha/Z3950Responder/RPN.pm"

#   Failed test 'Test::Perl::Critic for "Koha/Z3950Responder/RPN.pm"'
#   at /usr/share/perl5/Test/Perl/Critic.pm line 104.
# 
#   Package declaration must match filename at line 1, column 1.  Correct the
filename or package statement.  (Severity: 5)

...

t/Logger.t .................................. 
1..1
# Subtest: Test01 -- Simple tests for Koha::Logger
    1..6
    ok 1 - Logger did not init correctly without config
    not ok 2 - Logger did not init correctly without permission

    #   Failed test 'Logger did not init correctly without permission'
    #   at t/Logger.t line 52.
    ok 3 - Log4perl config found
    ok 4 - ->warn returned a value
    ok 5 - Undefined method raises warning
    ok 6 - 'catastrophe' method undefined
    # Looks like you failed 1 test of 6.
not ok 1 - Test01 -- Simple tests for Koha::Logger

#   Failed test 'Test01 -- Simple tests for Koha::Logger'
#   at t/Logger.t line 63.
# Looks like you failed 1 test of 1.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

....

Test Summary Report
-------------------
t/00-testcritic.t                         (Wstat: 256 Tests: 2132 Failed: 2)
  Failed tests:  842, 1055
  Non-zero exit status: 1
t/Logger.t                                (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=90, Tests=4082, 762 wallclock secs ( 1.23 usr  0.33 sys + 5095.96 cusr
18.73 csys = 5116.25 CPU)
Result: FAIL

prove t/db_dependent/Circulation/issue.t
========================================

root at kohadevbox:koha(bz25560)$ prove t/db_dependent/Circulation/issue.t
t/db_dependent/Circulation/issue.t .. 43/50 
#   Failed test 'The reserve should have been correctly cancelled'
#   at t/db_dependent/Circulation/issue.t line 529.
#          got: 'Koha::Hold=HASH(0x5628572c3ff8)'
#     expected: undef
# Looks like you failed 1 test of 50.
t/db_dependent/Circulation/issue.t .. Dubious, test returned 1 (wstat 256,
0x100)
Failed 1/50 subtests 

Test Summary Report
-------------------
t/db_dependent/Circulation/issue.t (Wstat: 256 Tests: 50 Failed: 1)
  Failed test:  50
  Non-zero exit status: 1
Files=1, Tests=50,  5 wallclock secs ( 0.03 usr  0.01 sys +  4.27 cusr  0.35
csys =  4.66 CPU)
Result: FAIL

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


More information about the Koha-bugs mailing list