http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8524 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@biblibre.co | |m --- Comment #4 from Jonathan Druart <jonathan.druart@biblibre.com> --- You plan 15 tests in t/Barcodes_ValueBuilder.t but only 10 are run. You can replace use Test::More tests => 15; with use Test::More; and at the end of the file: done_testing; or use Test::More tests => 15; => use Test::More tests => 10; + 2 warnings: t/Barcodes_ValueBuilder.t .. 1/15 Use of uninitialized value $scr in numeric eq (==) at t/Barcodes_ValueBuilder.t line 43. C4::Barcodes::ValueBuilder::incremental::get_barcode returns 1 results not 2. $src is always undefined. Same thing for C4::Barcodes::ValueBuilder::annual::get_barcode Marking as Failed QA. -- You are receiving this mail because: You are watching all bug changes.