aboutsummaryrefslogtreecommitdiff
path: root/tests/all/tests.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 15:37:05 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 15:37:05 +0200
commit42b6f0eca69e5ca1b23750a6baba3fb9b66e7b26 (patch)
tree8acdb3e1a43572d4e15d8e9bd4f90ec364e2e232 /tests/all/tests.cpp
parent13d9d646f76725c09d74f7e8f3f996b6ca290187 (diff)
downloadqxmpp-42b6f0eca69e5ca1b23750a6baba3fb9b66e7b26.tar.gz
split QXmppDataForm tests
Diffstat (limited to 'tests/all/tests.cpp')
-rw-r--r--tests/all/tests.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/all/tests.cpp b/tests/all/tests.cpp
index 3375e15c..36073a83 100644
--- a/tests/all/tests.cpp
+++ b/tests/all/tests.cpp
@@ -45,7 +45,6 @@
#include "QXmppEntityTimeIq.h"
#include "codec.h"
-#include "dataform.h"
#include "jingle.h"
#include "register.h"
#include "roster.h"
@@ -57,7 +56,6 @@
#include "stun.h"
#include "tests.h"
#include "util.h"
-#include "vcard.h"
void TestUtils::testCrc32()
{
@@ -892,9 +890,6 @@ int main(int argc, char *argv[])
errors += QTest::qExec(&testCodec);
#endif
- tst_QXmppDataForm testDataForm;
- errors += QTest::qExec(&testDataForm);
-
TestJingle testJingle;
errors += QTest::qExec(&testJingle);
@@ -930,17 +925,9 @@ int main(int argc, char *argv[])
tst_QXmppStanza testStanza;
errors += QTest::qExec(&testStanza);
-#ifdef QXMPP_AUTOTEST_INTERNAL
- tst_QXmppStreamInitiationIq testSI;
- errors += QTest::qExec(&testSI);
-#endif
-
TestStun testStun;
errors += QTest::qExec(&testStun);
- tst_QXmppVCardIq testVCard;
- errors += QTest::qExec(&testVCard);
-
TestXmlRpc testXmlRpc;
errors += QTest::qExec(&testXmlRpc);