From 42b6f0eca69e5ca1b23750a6baba3fb9b66e7b26 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 27 Sep 2012 15:37:05 +0200 Subject: split QXmppDataForm tests --- tests/all/tests.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'tests/all/tests.cpp') 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); -- cgit v1.2.3