Fix temporary path crash in TestAuthDatabase (#7753)
authorSmallJoker <SmallJoker@users.noreply.github.com>
Fri, 28 Sep 2018 18:12:11 +0000 (20:12 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Sep 2018 18:12:11 +0000 (20:12 +0200)
commitb9343a7da4b02f48ed298c5d352f4fbcda585822
tree44172ff76c4370971852eb6583ed9eb14859c4c7
parentce2d33eb97238e2e050d065a8f0838749a0b31d0
Fix temporary path crash in TestAuthDatabase (#7753)

The constructor of TestAuthDatabase was called immediately, at a time when the settings weren't initialized properly yet.
src/unittest/test_authdatabase.cpp