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:
authorWizz <wizzk42@gmail.com>2019-12-21 17:46:01 +0300
committerJonathan White <support@dmapps.us>2019-12-22 01:39:50 +0300
commit0654ffc1173da78d26a417459178f761f01ecfd7 (patch)
treebe7c540e18a31e5979953248310dce469ac6af5c /tests/TestCli.h
parentc0796d8fb1d7b840a1f019de4c5a0e577d18f88b (diff)
CLI: Fix keyfile from/to parameter collision in merge command
Rename 'k' to 'f' because 'k' is already used to specify the key for the target database of the merge * Remove short -f option from keepassxc-cli.1 * Remove -f option from keepassxc-cli merge * Add test cases covering cli options for merge * Add functional test for merge with keys
Diffstat (limited to 'tests/TestCli.h')
-rw-r--r--tests/TestCli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestCli.h b/tests/TestCli.h
index bd0f9fc3f..4947ee472 100644
--- a/tests/TestCli.h
+++ b/tests/TestCli.h
@@ -66,6 +66,7 @@ private slots:
void testList();
void testLocate();
void testMerge();
+ void testMergeWithKeys();
void testMove();
void testOpen();
void testRemove();