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:
authorlouib <L0U13@protonmail.com>2019-09-12 18:08:28 +0300
committerJonathan White <support@dmapps.us>2019-09-23 04:13:50 +0300
commit19f87ca0576817dadd2ac43ebc858ea250381006 (patch)
tree33657637c94f5783c5c9f9cb0e42c6ffdad31308 /tests/TestCli.h
parent964478e78f94b00f79983f97480eb0183dae413f (diff)
CLI: Add group commands
Diffstat (limited to 'tests/TestCli.h')
-rw-r--r--tests/TestCli.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/TestCli.h b/tests/TestCli.h
index c2d72effa..aa7dda8ff 100644
--- a/tests/TestCli.h
+++ b/tests/TestCli.h
@@ -45,6 +45,7 @@ private slots:
void testCommand();
void testAdd();
+ void testAddGroup();
void testAnalyze();
void testClip();
void testCreate();
@@ -60,7 +61,9 @@ private slots:
void testList();
void testLocate();
void testMerge();
+ void testMove();
void testRemove();
+ void testRemoveGroup();
void testRemoveQuiet();
void testShow();
void testInvalidDbFiles();