aboutsummaryrefslogtreecommitdiff
path: root/tests/all/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all/tests.cpp')
-rw-r--r--tests/all/tests.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/all/tests.cpp b/tests/all/tests.cpp
index 6a17ce18..7e772550 100644
--- a/tests/all/tests.cpp
+++ b/tests/all/tests.cpp
@@ -46,8 +46,6 @@
#include "codec.h"
#include "jingle.h"
-#include "register.h"
-#include "roster.h"
#include "rpc.h"
#include "sasl.h"
#include "stun.h"
@@ -893,12 +891,6 @@ int main(int argc, char *argv[])
TestPubSub testPubSub;
errors += QTest::qExec(&testPubSub);
- tst_QXmppRegisterIq testRegister;
- errors += QTest::qExec(&testRegister);
-
- tst_QXmppRosterIq testRoster;
- errors += QTest::qExec(&testRoster);
-
#ifdef QXMPP_AUTOTEST_INTERNAL
tst_QXmppSasl testSasl;
errors += QTest::qExec(&testSasl);