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:
authorthez3ro <io@thezero.org>2018-01-16 19:23:29 +0300
committerthez3ro <io@thezero.org>2018-02-05 01:13:15 +0300
commit065a85e05c9422df33a936b30f871abb8655b5f4 (patch)
treecee973813458414a1d63bf8ab116d900f67bd370 /tests/TestAutoType.h
parent92e42b581f7b11edd9990989f88d567726992ddd (diff)
fix effective autotype sequence
Diffstat (limited to 'tests/TestAutoType.h')
-rw-r--r--tests/TestAutoType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestAutoType.h b/tests/TestAutoType.h
index b7c33823b..516481282 100644
--- a/tests/TestAutoType.h
+++ b/tests/TestAutoType.h
@@ -48,6 +48,7 @@ private slots:
void testGlobalAutoTypeTitleMatchDisabled();
void testGlobalAutoTypeRegExp();
void testAutoTypeSyntaxChecks();
+ void testAutoTypeEffectiveSequences();
private:
AutoTypePlatformInterface* m_platform;