http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11013 Bug ID: 11013 Summary: Tests broken by new crypto stuff Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: gmcharlt@gmail.com Reporter: robin@catalyst.net.nz QA Contact: testopia@bugs.koha-community.org CC: dpavlin@rot13.org Bug 9611 broke the test cases when running without a database (i.e. when packages are being built.) The problem is that the hashing stuff was put into C4::Auth, which makes sense, however this means that C4::Members has to use C4::Auth, and C4::Auth requires a database, and many things use C4::Members... So I'm going to move the hashing stuff into its own place in the Koha namespace. -- You are receiving this mail because: You are watching all bug changes.