aboutsummaryrefslogtreecommitdiff
path: root/src/unittest/test_authdatabase.cpp
AgeCommit message (Collapse)Author
2018-09-28Fix temporary path crash in TestAuthDatabase (#7753)SmallJoker
The constructor of TestAuthDatabase was called immediately, at a time when the settings weren't initialized properly yet.
2018-08-05Replace auth.txt with SQLite auth database (#7279)Ben Deutsch
* Replace auth.txt with SQLite auth database