aboutsummaryrefslogtreecommitdiff
path: root/source/tests.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-07-13 19:56:56 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-07-13 19:56:56 +0000
commit72be5ca32d8b44d777b31db7545b8a3045f727b1 (patch)
tree1fba3d021fcb3fa0382488a462a2666fb13d4220 /source/tests.h
parentd576c4819bbf746f1301ac1a29c442411e57f715 (diff)
downloadqxmpp-72be5ca32d8b44d777b31db7545b8a3045f727b1.tar.gz
add tests for HMAC-MD5
Diffstat (limited to 'source/tests.h')
-rw-r--r--source/tests.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/tests.h b/source/tests.h
index 880682e0..efba1961 100644
--- a/source/tests.h
+++ b/source/tests.h
@@ -23,6 +23,14 @@
#include <QObject>
+class TestUtils : public QObject
+{
+ Q_OBJECT
+
+private slots:
+ void testHmac();
+};
+
class TestPackets : public QObject
{
Q_OBJECT