http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14778
--- Comment #17 from Tomás Cohen Arazi <[email protected]> --- Ok, a brief about the errors and causes. Trivial: t/db_dependent/Borrower.t: transaction race, probably TestBuilder's fault. t/db_dependent/Installer.t: Uses DBI directly, should be easy to tweak t/db_dependent/Items.t: transaction race, probably TestBuilder's fault. t/db_dependent/Reports_Guided.t: DBIx doesn't raise the warning the test expect. t/db_dependent/Search.t: It seems to be failing to connect. The code actually mocks the connection, the _new_dbh function. There shouldn't be a behaviour change, but it fails. t/db_dependent/Sitemapper.t: It seems to be failing to connect. The code actually mocks the connection, the _new_dbh function. There shouldn't be a behaviour change, but it fails. Might be an important issue: t/db_dependent/Circulation_issuingrules.t: results differ from expected -- 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/
