diff options
Diffstat (limited to 'tests/all/tests.cpp')
| -rw-r--r-- | tests/all/tests.cpp | 4 |
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; |
