From 57532909b5970645ca9fdd5f9a69bd3258d8a914 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 27 Sep 2012 15:12:16 +0200 Subject: split QXmppPresence tests out --- tests/all/tests.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/all/tests.cpp') diff --git a/tests/all/tests.cpp b/tests/all/tests.cpp index 0741c84e..82f007f5 100644 --- a/tests/all/tests.cpp +++ b/tests/all/tests.cpp @@ -48,7 +48,6 @@ #include "dataform.h" #include "jingle.h" #include "message.h" -#include "presence.h" #include "register.h" #include "roster.h" #include "rpc.h" @@ -904,9 +903,6 @@ int main(int argc, char *argv[]) tst_QXmppMessage testMessage; errors += QTest::qExec(&testMessage); - tst_QXmppPresence testPresence; - errors += QTest::qExec(&testPresence); - TestPubSub testPubSub; errors += QTest::qExec(&testPubSub); -- cgit v1.2.3