http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11136
--- Comment #9 from M. Tompsett <[email protected]> --- t/db_dependent/Members.t calls C4::Member::DelMember which potentially logs based on a system preference. MyISAM is effectively autocommit=1 and prevents transactions. Transactions should be used in tests. -- 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/
