http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9486 Bug ID: 9486 Summary: t/Letters.t loads modules in wrong order Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: blocker Priority: P5 - low Component: Test Suite Assignee: jcamins@cpbibliography.com Reporter: jcamins@cpbibliography.com Because the unit test t/Letters.t loads C4::Letters before C4::Context, and C4::Letters is not even vaguely thread-safe, the test tends to fail. Usually. Moving the dbh mocking to before the use_ok('C4::Letters') test fixes the problem. -- You are receiving this mail because: You are watching all bug changes.