[Koha-bugs] [Bug 27268] Move C4::Biblio::GetMarcNotes to Koha namespace

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 5 08:52:20 CET 2021


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #3 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
With but also without this patch I have a test failure on Koha/Biblio.t:

# Subtest: AddBiblio
    1..4
    not ok 1 - expected warnings when adding too long LCCN
    #   Failed test 'expected warnings when adding too long LCCN'
    #   at t/db_dependent/Biblio.t line 61.
    # didn't find a warning
    # expected to find warning: (?^u:Data too long for column 'lccn')
    # expected to find warning: (?^u:Data too long for column 'lccn')
    not ok 2 - AddBiblio returns undef for biblionumber if something went wrong
    #   Failed test 'AddBiblio returns undef for biblionumber if something went
wrong'
    #   at t/db_dependent/Biblio.t line 63.
    #          got: '1529'
    #     expected: undef
    not ok 3 - AddBiblio returns undef for biblioitemnumber if something went
wrong
    #   Failed test 'AddBiblio returns undef for biblioitemnumber if something
went wrong'
    #   at t/db_dependent/Biblio.t line 65.
    #          got: '1472'
    #     expected: undef
    not ok 4 - No biblio should have been added if something went wrong
    #   Failed test 'No biblio should have been added if something went wrong'
    #   at t/db_dependent/Biblio.t line 68.
    #          got: '1016'
    #     expected: '1015'
    # Looks like you failed 4 tests of 4.
not ok 2 - AddBiblio
#   Failed test 'AddBiblio'
#   at t/db_dependent/Biblio.t line 70.

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


More information about the Koha-bugs mailing list