diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-06-10 17:42:07 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:11 +0100 |
commit | 9bf12da8aaa1b2005d9d7d8eae4269c8a9bf1c08 (patch) | |
tree | 5f5156ddf9b83975c2dcb8ad70b9e90657f5f7b0 /autotests/testolmaccount.h | |
parent | cddab50ca80944203930255e37e825abb47a272b (diff) | |
download | libquotient-9bf12da8aaa1b2005d9d7d8eae4269c8a9bf1c08.tar.gz libquotient-9bf12da8aaa1b2005d9d7d8eae4269c8a9bf1c08.zip |
test: Add QueryKey test (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 bab9eed2..ee390613 100644 --- a/autotests/testolmaccount.h +++ b/autotests/testolmaccount.h @@ -25,6 +25,7 @@ private Q_SLOTS: void uploadOneTimeKeys(); void uploadSignedOneTimeKeys(); void uploadKeys(); + void queryTest(); void claimKeys(); void claimMultipleKeys(); }; |