[Koha-bugs] [Bug 6448] EAN-13 barcode support

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 3 11:23:23 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6448

--- Comment #22 from Paul Poulain <paul.poulain at biblibre.com> ---
Jenkins warning = this patch makes db_dependant test failed:
perl t/db_dependent/Barcodes.t 
1..66
ok 1 - use C4::Barcodes;

3.436456908560981e17 not valid EAN-13 barcode at
/home/paul/koha.dev/koha-community//C4/Barcodes/EAN13.pm line 43.
# Looks like you planned 66 tests but ran 1.
# Looks like your test exited with 255 just after 1;

The test dies because the
 25         ok($obj1 = C4::Barcodes->new($_),           "$pre Barcode Creation
: new($_)");

calls C4::Barcodes::EAN13::parse, and the barcode is invalid


I thought it was because of my database, but I'm not sure it is. Is it because
of the database jenkins uses or something else, I can't say.

But for sure, you're welcomed to investigate.

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


More information about the Koha-bugs mailing list