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:
authorJanek Bevendorff <janek@jbev.net>2018-03-01 23:25:29 +0300
committerJonathan White <droidmonkey@users.noreply.github.com>2018-03-02 03:26:18 +0300
commit199f0932bfdeeb078f928991c0aa646bd4e3f410 (patch)
treeabdb566a90c2f8ce8a65972afb0f507a0ccab0a5 /tests/TestKdbx4.h
parente6c19fdcb1d35e167839435a42b0eeb52488f453 (diff)
Add additional KDBX4 upgrade tests for composite key integrity
Diffstat (limited to 'tests/TestKdbx4.h')
-rw-r--r--tests/TestKdbx4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TestKdbx4.h b/tests/TestKdbx4.h
index 5c398d196..efb3449f3 100644
--- a/tests/TestKdbx4.h
+++ b/tests/TestKdbx4.h
@@ -28,6 +28,8 @@ private slots:
void testFormat400();
void testFormat400Upgrade();
void testFormat400Upgrade_data();
+ void testUpgradeMasterKeyIntegrity();
+ void testUpgradeMasterKeyIntegrity_data();
void testCustomData();
protected: