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-06-17 04:33:13 +0300
committerJonathan White <support@dmapps.us>2019-09-22 19:42:53 +0300
commit77fcde875e78fa44fc664b92e77db14f41b92c0b (patch)
treefbad6e7fe4695bac9dec72244d6cd13a5d43e2f9 /tests/TestCli.h
parent547c246e8872d90daf2b09de58a4913bb5d66a7e (diff)
CLI: Export database as CSV
* Changed `Extract` to `Export` to support additional formats * Allow database expot as CSV. Added a `--format` option to the `Export` command for that, which defaults to xml, so the current behavior is unchanged. *The `CsvExporter` had to be refactored a bit, but nothing major. It can now print to a file or return a string.
Diffstat (limited to 'tests/TestCli.h')
-rw-r--r--tests/TestCli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestCli.h b/tests/TestCli.h
index a313fe224..09c55e0ed 100644
--- a/tests/TestCli.h
+++ b/tests/TestCli.h
@@ -52,7 +52,7 @@ private slots:
void testEdit();
void testEstimate_data();
void testEstimate();
- void testExtract();
+ void testExport();
void testGenerate_data();
void testGenerate();
void testKeyFileOption();