From 748ccb162f6fa9c595c07d4d0544945cdc601165 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 27 Sep 2012 15:23:42 +0200 Subject: split QXmppStreamInitiationIq tests --- tests/all/tests.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/all/tests.cpp') diff --git a/tests/all/tests.cpp b/tests/all/tests.cpp index 82f007f5..3375e15c 100644 --- a/tests/all/tests.cpp +++ b/tests/all/tests.cpp @@ -47,14 +47,12 @@ #include "codec.h" #include "dataform.h" #include "jingle.h" -#include "message.h" #include "register.h" #include "roster.h" #include "rpc.h" #include "rsm.h" #include "rtp.h" #include "sasl.h" -#include "si.h" #include "stanza.h" #include "stun.h" #include "tests.h" @@ -900,9 +898,6 @@ int main(int argc, char *argv[]) TestJingle testJingle; errors += QTest::qExec(&testJingle); - tst_QXmppMessage testMessage; - errors += QTest::qExec(&testMessage); - TestPubSub testPubSub; errors += QTest::qExec(&testPubSub); -- cgit v1.2.3