aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-22 01:20:23 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-22 01:20:23 +0200
commit4c8dc9678157cb1c663365f9cbd3b4bc056ba892 (patch)
treeba4f9fcc1f154b17fa0d548f20d8cfc6b4e71d92 /tests/tests.cpp
parent92eed51ce3256c59c85529f195fe4cdfbe0a1415 (diff)
downloadqxmpp-4c8dc9678157cb1c663365f9cbd3b4bc056ba892.tar.gz
start testing QXmppRosterIq
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 c48acfbe..9993686a 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -52,6 +52,7 @@
#include "message.h"
#include "presence.h"
#include "register.h"
+#include "roster.h"
#include "rpc.h"
#include "rsm.h"
#include "rtp.h"
@@ -954,6 +955,9 @@ int main(int argc, char *argv[])
tst_QXmppResultSet testRsm;
errors += QTest::qExec(&testRsm);
+ tst_QXmppRosterIq testRoster;
+ errors += QTest::qExec(&testRoster);
+
tst_QXmppRtpPacket testRtp;
errors += QTest::qExec(&testRtp);