aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 13:38:34 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 13:38:34 +0200
commitfd9999bd871da6181c561eeacd2aed984dae4699 (patch)
tree7606b6bb68080a1cf670137382c812424676735f /tests/tests.cpp
parentcf26a0767ffb97c3ed4931c2af84ebd38ed87fdf (diff)
downloadqxmpp-fd9999bd871da6181c561eeacd2aed984dae4699.tar.gz
add QXmppRegisterIq as defined by XEP-0077: In-Band Registration
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp
index 24ce8a2e..c9cd03f1 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -54,6 +54,7 @@
#include "QXmppEntityTimeIq.h"
#include "dataform.h"
+#include "register.h"
#include "rtp.h"
#include "tests.h"
@@ -1743,6 +1744,9 @@ int main(int argc, char *argv[])
TestPubSub testPubSub;
errors += QTest::qExec(&testPubSub);
+ tst_QXmppRegisterIq testRegister;
+ errors += QTest::qExec(&testRegister);
+
TestRsm testRsm;
errors += QTest::qExec(&testRsm);