From 4c8dc9678157cb1c663365f9cbd3b4bc056ba892 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sun, 22 Jul 2012 01:20:23 +0200 Subject: start testing QXmppRosterIq --- tests/tests.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/tests.cpp') 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); -- cgit v1.2.3