From dab721b755ad39923bc49d183132514d4b39f3a8 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 27 Sep 2012 17:08:37 +0200 Subject: split some more tests out --- tests/all/tests.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/all/tests.cpp') diff --git a/tests/all/tests.cpp b/tests/all/tests.cpp index 6a17ce18..7e772550 100644 --- a/tests/all/tests.cpp +++ b/tests/all/tests.cpp @@ -46,8 +46,6 @@ #include "codec.h" #include "jingle.h" -#include "register.h" -#include "roster.h" #include "rpc.h" #include "sasl.h" #include "stun.h" @@ -893,12 +891,6 @@ int main(int argc, char *argv[]) TestPubSub testPubSub; errors += QTest::qExec(&testPubSub); - tst_QXmppRegisterIq testRegister; - errors += QTest::qExec(&testRegister); - - tst_QXmppRosterIq testRoster; - errors += QTest::qExec(&testRoster); - #ifdef QXMPP_AUTOTEST_INTERNAL tst_QXmppSasl testSasl; errors += QTest::qExec(&testSasl); -- cgit v1.2.3