aboutsummaryrefslogtreecommitdiff
path: root/tests/all/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all/tests.cpp')
-rw-r--r--tests/all/tests.cpp5
1 files changed, 0 insertions, 5 deletions
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);