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>2015-10-10 18:36:08 +0300
committerFelix Geyer <debfx@fobos.de>2015-10-10 18:36:08 +0300
commit820941fd402e3dfcedececdece0294220e31b300 (patch)
treeef4e749c81c330a2d81eea403bf8dac9c440c198 /tests/TestAutoType.h
parent862941abf6137bdafa905b4d6c7ded72817f5b1d (diff)
Auto-Type: Only require a substring match for regex.
This matches the behavior of KeePass. Refs #357
Diffstat (limited to 'tests/TestAutoType.h')
-rw-r--r--tests/TestAutoType.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TestAutoType.h b/tests/TestAutoType.h
index d46a55969..c12817b1d 100644
--- a/tests/TestAutoType.h
+++ b/tests/TestAutoType.h
@@ -43,6 +43,7 @@ private Q_SLOTS:
void testGlobalAutoTypeWithOneMatch();
void testGlobalAutoTypeTitleMatch();
void testGlobalAutoTypeTitleMatchDisabled();
+ void testGlobalAutoTypeRegExp();
private:
AutoTypePlatformInterface* m_platform;
@@ -53,6 +54,7 @@ private:
Group* m_group;
Entry* m_entry1;
Entry* m_entry2;
+ Entry* m_entry3;
};
#endif // KEEPASSX_TESTAUTOTYPE_H