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