mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Add missing crypto initalization in tests.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user