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:
Diffstat (limited to 'tests/TestAutoType.h')
-rw-r--r--tests/TestAutoType.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/TestAutoType.h b/tests/TestAutoType.h
index fba7fde1c..d46a55969 100644
--- a/tests/TestAutoType.h
+++ b/tests/TestAutoType.h
@@ -41,14 +41,18 @@ private Q_SLOTS:
void testAutoTypeWithSequence();
void testGlobalAutoTypeWithNoMatch();
void testGlobalAutoTypeWithOneMatch();
+ void testGlobalAutoTypeTitleMatch();
+ void testGlobalAutoTypeTitleMatchDisabled();
private:
AutoTypePlatformInterface* m_platform;
AutoTypeTestInterface* m_test;
AutoType* m_autoType;
Database* m_db;
+ QList<Database*> m_dbList;
Group* m_group;
- Entry* m_entry;
+ Entry* m_entry1;
+ Entry* m_entry2;
};
#endif // KEEPASSX_TESTAUTOTYPE_H