https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10612
--- Comment #91 from Jonathan Druart <[email protected]> --- We need to fix these tests ASAP, a bug may be hidden. I have managed to reproduce the failure on my local install once, but cannot anymore. It would be good to see several fellow trying to: 1. backup the DB 2. prove t/db_dependent/Members.t If the tests fail, keep the backup safe! Reinsert the data and try to recreate the failure. And then debug :) I don't understand the following lines: 295 $builder->build({ 296 source => 'OldIssue', 297 value => { 298 borrowernumber => $bor2inlist, 299 timestamp => '2016-01-01', 300 }, 301 }); Why do we need an entry in the old_issues table? I have commented them but the tests keep passing. -- 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/
