mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 06:36:07 -04:00
Add missing crypto initalization in tests.
This commit is contained in:
parent
9b46225937
commit
ac60f7ce70
5 changed files with 17 additions and 1 deletions
|
@ -23,10 +23,12 @@
|
|||
|
||||
#include "core/Database.h"
|
||||
#include "core/Group.h"
|
||||
#include "crypto/Crypto.h"
|
||||
|
||||
void TestGroup::initTestCase()
|
||||
{
|
||||
qRegisterMetaType<Group*>("Group*");
|
||||
Crypto::init();
|
||||
}
|
||||
|
||||
void TestGroup::testParenting()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue