diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-06-10 21:47:46 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:11 +0100 |
commit | 429dbc5670b3f9eba44221395a75221b8306c068 (patch) | |
tree | 8b652453782ea2648c03a06554c53d46539665cf /autotests/testolmaccount.h | |
parent | 8e0e3849da4f024d94c1cbfb053dfb47706e2d16 (diff) | |
download | libquotient-429dbc5670b3f9eba44221395a75221b8306c068.tar.gz libquotient-429dbc5670b3f9eba44221395a75221b8306c068.zip |
Add a test (now failing)
Diffstat (limited to 'autotests/testolmaccount.h')
-rw-r--r-- | autotests/testolmaccount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autotests/testolmaccount.h b/autotests/testolmaccount.h index f6ad119b..f1f80454 100644 --- a/autotests/testolmaccount.h +++ b/autotests/testolmaccount.h @@ -29,4 +29,5 @@ private Q_SLOTS: void claimKeys(); void claimMultipleKeys(); void keyChange(); + void enableEncryption(); }; |