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-01-25 04:16:18 +0300
committerJanek Bevendorff <janek@jbev.net>2018-01-25 04:27:42 +0300
commitb7c5283a660476c76a97642e90f4ec819d8d598d (patch)
tree70c50ac7ed52cbb1ff91ec75f588c14e72f626c9 /tests/TestKeePass2Format.h
parent998fc9890ebe5cba80741bf0eedd3a4bff3b28b9 (diff)
Move duplicate attachment test to TestKeePass2Format, so it's also run for KDBX3
Diffstat (limited to 'tests/TestKeePass2Format.h')
-rw-r--r--tests/TestKeePass2Format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestKeePass2Format.h b/tests/TestKeePass2Format.h
index a2bdd4f49..2a30d92b2 100644
--- a/tests/TestKeePass2Format.h
+++ b/tests/TestKeePass2Format.h
@@ -63,6 +63,7 @@ private slots:
void testKdbxAttachments();
void testKdbxNonAsciiPasswords();
void testKdbxDeviceFailure();
+ void testDuplicateAttachments();
protected:
virtual void initTestCaseImpl() = 0;