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-19 01:45:09 +0300
committerthez3ro <io@thezero.org>2018-02-05 01:13:15 +0300
commita9479fd66260495133a4f516b69b31ff91495040 (patch)
tree73aefa026a8dc9e3fa31fef456ef651b8c2dadf1 /tests/TestAutoType.h
parentb5cabbeb43fb655a93d2a4cd14fc98a40e356f58 (diff)
refactor autotype sequences and entry-point functions
Diffstat (limited to 'tests/TestAutoType.h')
-rw-r--r--tests/TestAutoType.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/TestAutoType.h b/tests/TestAutoType.h
index 516481282..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();