From 6c944f97b202bc8d1c3ee25259455170ea82a80d Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 27 Sep 2012 20:30:07 +0200 Subject: split RPC tests --- tests/all/tests.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/all/tests.cpp') 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; -- cgit v1.2.3