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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
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.
_______________________________________________
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/