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-02-18 21:54:07 +0300
committerJanek Bevendorff <janek@jbev.net>2018-02-21 15:23:14 +0300
commitda52da37b309ad96ab2638183053fe118452d1bd (patch)
tree4edb0dd3b2488f7baa92a7cb20d9935cada527c2 /tests/TestKdbx4.h
parent5410d78bbbdd5aa2b7382de60e702e05d4bbc6f3 (diff)
Add additional tests for saving and reading KDBX files with custom data
Diffstat (limited to 'tests/TestKdbx4.h')
-rw-r--r--tests/TestKdbx4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestKdbx4.h b/tests/TestKdbx4.h
index 59864b70e..5c398d196 100644
--- a/tests/TestKdbx4.h
+++ b/tests/TestKdbx4.h
@@ -28,6 +28,7 @@ private slots:
void testFormat400();
void testFormat400Upgrade();
void testFormat400Upgrade_data();
+ void testCustomData();
protected:
void initTestCaseImpl() override;