mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Add test for KDBX 2 -> 3 upgrade
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class Database;
|
||||
|
||||
class TestKdbx2 : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -27,6 +29,10 @@ Q_OBJECT
|
||||
private slots:
|
||||
void initTestCase();
|
||||
void testFormat200();
|
||||
void testFormat200Upgrade();
|
||||
|
||||
private:
|
||||
void verifyKdbx2Db(Database* db);
|
||||
};
|
||||
|
||||
#endif // KEEPASSXC_TEST_KDBX2_H
|
||||
|
||||
Reference in New Issue
Block a user