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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/TestAutoType.h b/tests/TestAutoType.h
index 0cd4a5bdd..93a7d682c 100644
--- a/tests/TestAutoType.h
+++ b/tests/TestAutoType.h
@@ -38,8 +38,7 @@ private slots:
void cleanup();
void testInternal();
- void testAutoTypeWithoutSequence();
- void testAutoTypeWithSequence();
+ void testSingleAutoType();
void testGlobalAutoTypeWithNoMatch();
void testGlobalAutoTypeWithOneMatch();
void testGlobalAutoTypeTitleMatch();
@@ -47,6 +46,8 @@ private slots:
void testGlobalAutoTypeUrlSubdomainMatch();
void testGlobalAutoTypeTitleMatchDisabled();
void testGlobalAutoTypeRegExp();
+ void testAutoTypeSyntaxChecks();
+ void testAutoTypeEffectiveSequences();
private:
AutoTypePlatformInterface* m_platform;