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-21 19:31:44 +0300
committerJonathan White <support@dmapps.us>2019-09-23 01:11:40 +0300
commit964478e78f94b00f79983f97480eb0183dae413f (patch)
treeb6a36544cf490627bb12f9a5a2c268b823bb2704 /tests/TestCli.h
parent77fcde875e78fa44fc664b92e77db14f41b92c0b (diff)
CLI: Add Yubikey unlock support
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 09c55e0ed..c2d72effa 100644
--- a/tests/TestCli.h
+++ b/tests/TestCli.h
@@ -64,16 +64,19 @@ private slots:
void testRemoveQuiet();
void testShow();
void testInvalidDbFiles();
+ void testYubiKeyOption();
private:
QByteArray m_dbData;
QByteArray m_dbData2;
+ QByteArray m_yubiKeyProtectedDbData;
QByteArray m_keyFileProtectedDbData;
QByteArray m_keyFileProtectedNoPasswordDbData;
QScopedPointer<TemporaryFile> m_dbFile;
QScopedPointer<TemporaryFile> m_dbFile2;
QScopedPointer<TemporaryFile> m_keyFileProtectedDbFile;
QScopedPointer<TemporaryFile> m_keyFileProtectedNoPasswordDbFile;
+ QScopedPointer<TemporaryFile> m_yubiKeyProtectedDbFile;
QScopedPointer<TemporaryFile> m_stdoutFile;
QScopedPointer<TemporaryFile> m_stderrFile;
QScopedPointer<TemporaryFile> m_stdinFile;