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

--- Comment #29 from Marcel de Rooy <m.de.r...@rijksmuseum.nl> ---
# Subtest: AddBiblio
    1..5
    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.
    # found warning: Use of uninitialized value in string eq at
/usr/share/koha/C4/Biblio.pm line 2632.
    # 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: '129'
    #     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: '129'
    #     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: '3'
    #     expected: '2'
    not ok 5 - The biblionumber is correctly passed to BiblioAutoLink
    #   Failed test 'The biblionumber is correctly passed to BiblioAutoLink'
    #   at t/db_dependent/Biblio.t line 81.
    # found warning: Use of uninitialized value in string eq at
/usr/share/koha/C4/Biblio.pm line 2632.
    # found warning: My biblionumber is 130 and my frameworkcode is  at
t/db_dependent/Biblio.t line 78.
    # expected to find warning: (?^u:My biblionumber is \d+ and my
frameworkcode is )
    # Looks like you failed 5 tests of 5.
not ok 2 - AddBiblio

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to