aboutsummaryrefslogtreecommitdiff
path: root/tests/all/tests.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 20:30:07 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 20:30:07 +0200
commit6c944f97b202bc8d1c3ee25259455170ea82a80d (patch)
tree001e4324c4c5aca7015c8c4612e177ec00400390 /tests/all/tests.cpp
parent49600c7d56b16d7b60705f170e9dff4daf58688c (diff)
downloadqxmpp-6c944f97b202bc8d1c3ee25259455170ea82a80d.tar.gz
split RPC 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 8fd2b806..a7095408 100644
--- a/tests/all/tests.cpp
+++ b/tests/all/tests.cpp
@@ -44,7 +44,6 @@
#include "QXmppGlobal.h"
#include "QXmppEntityTimeIq.h"
-#include "rpc.h"
#include "sasl.h"
#include "tests.h"
#include "util.h"
@@ -894,9 +893,6 @@ int main(int argc, char *argv[])
TestServer testServer;
errors += QTest::qExec(&testServer);
- TestXmlRpc testXmlRpc;
- errors += QTest::qExec(&testXmlRpc);
-
if (errors)
{
qWarning() << "Total failed tests:" << errors;