aboutsummaryrefslogtreecommitdiff
path: root/tests/all/tests.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 17:20:15 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 17:20:15 +0200
commitd021386aaae364598f4b95222337912cb5b3acce (patch)
tree4517ea971a6cd7e46d8829cb235aa1e53d9af32c /tests/all/tests.cpp
parent6babe436a33d4f533410616dba0689e291100722 (diff)
downloadqxmpp-d021386aaae364598f4b95222337912cb5b3acce.tar.gz
move QXmppCodec tests
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);