aboutsummaryrefslogtreecommitdiff
path: root/tests/all/tests.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 15:41:13 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 15:41:13 +0200
commitc09d5ee9926474526d91b7d7d3686c71bab8f26a (patch)
tree50b6ae62c11e79091e4787247ba22d93206bf002 /tests/all/tests.cpp
parent42b6f0eca69e5ca1b23750a6baba3fb9b66e7b26 (diff)
downloadqxmpp-c09d5ee9926474526d91b7d7d3686c71bab8f26a.tar.gz
split QXmppRtpPacket tests
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 36073a83..dd7bf82c 100644
--- a/tests/all/tests.cpp
+++ b/tests/all/tests.cpp
@@ -50,7 +50,6 @@
#include "roster.h"
#include "rpc.h"
#include "rsm.h"
-#include "rtp.h"
#include "sasl.h"
#include "stanza.h"
#include "stun.h"
@@ -905,9 +904,6 @@ int main(int argc, char *argv[])
tst_QXmppRosterIq testRoster;
errors += QTest::qExec(&testRoster);
- tst_QXmppRtpPacket testRtp;
- errors += QTest::qExec(&testRtp);
-
#ifdef QXMPP_AUTOTEST_INTERNAL
tst_QXmppSasl testSasl;
errors += QTest::qExec(&testSasl);