diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-01-24 20:54:30 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:34:52 +0100 |
commit | dca69e8326ce6fd0374123ad8c167a2b0051d8fb (patch) | |
tree | e1cfd169f36a30b957b5f9ba8a2593def0abca39 /autotests/testgroupsession.h | |
parent | 723038cb3fe16c3f0078d00362fcb53c10f9eb4a (diff) | |
download | libquotient-dca69e8326ce6fd0374123ad8c167a2b0051d8fb.tar.gz libquotient-dca69e8326ce6fd0374123ad8c167a2b0051d8fb.zip |
Add group session decrypt/encrypt test and fix bug found by it
Diffstat (limited to 'autotests/testgroupsession.h')
-rw-r--r-- | autotests/testgroupsession.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autotests/testgroupsession.h b/autotests/testgroupsession.h index 28ebf4c9..c9192990 100644 --- a/autotests/testgroupsession.h +++ b/autotests/testgroupsession.h @@ -11,5 +11,6 @@ class TestOlmSession : public QObject private Q_SLOTS: void groupSessionPicklingValid(); + void groupSessionCryptoValid(); }; #endif |