aboutsummaryrefslogtreecommitdiff
path: root/tests/all/tests.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 17:08:37 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 17:08:37 +0200
commitdab721b755ad39923bc49d183132514d4b39f3a8 (patch)
tree874579b769a5b5f2e2b18f35629865eebe7b22b1 /tests/all/tests.cpp
parent88f6ce979e30c0d3e0412bc6811ccc9d69eff7f3 (diff)
downloadqxmpp-dab721b755ad39923bc49d183132514d4b39f3a8.tar.gz
split some more tests out
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);