Allow specifing database backup paths. (#7035)
- Default backupFilePath is '{DB_FILENAME}.old.kdbx' to conform to existing standards
- Implement backupPathPattern tests.
- Show tooltip on how to format database backup location text field.
This commit is contained in:
@@ -57,6 +57,8 @@ private slots:
|
||||
void testSaveAs();
|
||||
void testSaveBackup();
|
||||
void testSave();
|
||||
void testSaveBackupPath();
|
||||
void testSaveBackupPath_data();
|
||||
void testDatabaseSettings();
|
||||
void testKeePass1Import();
|
||||
void testDatabaseLocking();
|
||||
@@ -67,7 +69,8 @@ private slots:
|
||||
|
||||
private:
|
||||
void addCannedEntries();
|
||||
void checkDatabase(QString dbFileName = "");
|
||||
void checkDatabase(const QString& filePath, const QString& expectedDbName);
|
||||
void checkDatabase(const QString& filePath = {});
|
||||
void triggerAction(const QString& name);
|
||||
void dragAndDropGroup(const QModelIndex& sourceIndex,
|
||||
const QModelIndex& targetIndex,
|
||||
|
||||
Reference in New Issue
Block a user