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.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/all/tests.cpp b/tests/all/tests.cpp
index d38d7db8..8fd2b806 100644
--- a/tests/all/tests.cpp
+++ b/tests/all/tests.cpp
@@ -44,7 +44,6 @@
#include "QXmppGlobal.h"
#include "QXmppEntityTimeIq.h"
-#include "jingle.h"
#include "rpc.h"
#include "sasl.h"
#include "tests.h"
@@ -878,9 +877,6 @@ int main(int argc, char *argv[])
TestPackets testPackets;
errors += QTest::qExec(&testPackets);
- TestJingle testJingle;
- errors += QTest::qExec(&testJingle);
-
TestPubSub testPubSub;
errors += QTest::qExec(&testPubSub);