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.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/all/tests.cpp b/tests/all/tests.cpp
index 909d44de..d38d7db8 100644
--- a/tests/all/tests.cpp
+++ b/tests/all/tests.cpp
@@ -44,7 +44,6 @@
#include "QXmppGlobal.h"
#include "QXmppEntityTimeIq.h"
-#include "codec.h"
#include "jingle.h"
#include "rpc.h"
#include "sasl.h"
@@ -879,11 +878,6 @@ int main(int argc, char *argv[])
TestPackets testPackets;
errors += QTest::qExec(&testPackets);
-#ifdef QXMPP_AUTOTEST_INTERNAL
- TestCodec testCodec;
- errors += QTest::qExec(&testCodec);
-#endif
-
TestJingle testJingle;
errors += QTest::qExec(&testJingle);