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:
authorFelix Geyer <debfx@fobos.de>2014-05-15 20:26:01 +0400
committerFelix Geyer <debfx@fobos.de>2014-05-15 20:30:57 +0400
commit147cd4ed7bc6457a2610210dd00af88a1bad8293 (patch)
tree1d7f3cdcdd1034d7fb450fe0be10e99f6e748d15 /tests/TestAutoType.h
parent9363d23e09a9981de4c8f799a91ae02eb9747aa8 (diff)
Add option to use the entry title for auto-type window matching.
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