Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2011-12-27 18:47:06 +0400
committerFelix Geyer <debfx@fobos.de>2011-12-27 18:47:06 +0400
commitbce46c5ecea53ff976a9e97e8638a847819082b3 (patch)
treea4fe8366b1f3cb21d934dd0a6972723504e252c7 /tests/TestGroupModel.cpp
parent4ebcd53801e6bfdeef04c2f82aa0157fb71b10b2 (diff)
Enforce that group/entry uuid is set when writing a database.
Diffstat (limited to 'tests/TestGroupModel.cpp')
-rw-r--r--tests/TestGroupModel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TestGroupModel.cpp b/tests/TestGroupModel.cpp
index 1b9a89843..70a6e4c66 100644
--- a/tests/TestGroupModel.cpp
+++ b/tests/TestGroupModel.cpp
@@ -23,11 +23,13 @@
#include "modeltest.h"
#include "core/Database.h"
#include "core/Group.h"
+#include "crypto/Crypto.h"
#include "gui/GroupModel.h"
void TestGroupModel::initTestCase()
{
qRegisterMetaType<QModelIndex>("QModelIndex");
+ Crypto::init();
}
void TestGroupModel::test()