Move duplicate attachment test to TestKeePass2Format, so it's also run for KDBX3

This commit is contained in:
Janek Bevendorff
2018-01-25 02:16:18 +01:00
parent 998fc9890e
commit b7c5283a66
4 changed files with 73 additions and 71 deletions

View File

@@ -63,6 +63,7 @@ private slots:
void testKdbxAttachments();
void testKdbxNonAsciiPasswords();
void testKdbxDeviceFailure();
void testDuplicateAttachments();
protected:
virtual void initTestCaseImpl() = 0;