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

--- Comment #22 from Paul Poulain <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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