https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697 --- Comment #42 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Once saw this: t/db_dependent/Biblio.t .. 1/14 # 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') # Failed test 'AddBiblio returns undef for biblionumber if something went wrong' # at t/db_dependent/Biblio.t line 63. # got: '281' # expected: undef # Failed test 'AddBiblio returns undef for biblioitemnumber if something went wrong' # at t/db_dependent/Biblio.t line 65. # got: '243' # expected: undef # Failed test 'No biblio should have been added if something went wrong' # at t/db_dependent/Biblio.t line 68. # got: '3' # expected: '2' # Looks like you failed 4 tests of 5. t/db_dependent/Biblio.t .. 2/14 # Failed test 'AddBiblio' # at t/db_dependent/Biblio.t line 83. t/db_dependent/Biblio.t .. 9/14 # Looks like you failed 1 test of 14. t/db_dependent/Biblio.t .. Dubious, test returned 1 (wstat 256, 0x100) But I cannot reproduce it anymore with and without strict mode.. -- You are receiving this mail because: You are watching all bug changes.