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:
authorJens Rutschmann <jens@k15t.com>2017-05-14 02:02:54 +0300
committerlouib <louib@users.noreply.github.com>2017-05-14 02:02:54 +0300
commit9a59a124aab4549e6db2c728ab9d515b0277aba7 (patch)
treec1d73fa9c7213fe7de98d7ba3126a3182790236d /tests/TestAutoType.h
parent03f00c5526adc4b07a107b781ab3c4446ce106dd (diff)
Compare window title with entry URLs during autotype matching. (#556)
* Compare window title with entry URLs during autotype matching. * Adapted option label to reflect that both entry title and URL are used for auto-type window matching.
Diffstat (limited to 'tests/TestAutoType.h')
-rw-r--r--tests/TestAutoType.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/TestAutoType.h b/tests/TestAutoType.h
index 569bc8c70..fb09a2783 100644
--- a/tests/TestAutoType.h
+++ b/tests/TestAutoType.h
@@ -42,6 +42,8 @@ private slots:
void testGlobalAutoTypeWithNoMatch();
void testGlobalAutoTypeWithOneMatch();
void testGlobalAutoTypeTitleMatch();
+ void testGlobalAutoTypeUrlMatch();
+ void testGlobalAutoTypeUrlSubdomainMatch();
void testGlobalAutoTypeTitleMatchDisabled();
void testGlobalAutoTypeRegExp();
@@ -56,6 +58,7 @@ private:
Entry* m_entry2;
Entry* m_entry3;
Entry* m_entry4;
+ Entry* m_entry5;
};
#endif // KEEPASSX_TESTAUTOTYPE_H