diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 20:50:17 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 20:50:17 +0200 |
| commit | 6a01a0f7bfd03deb3d0e6ed3e107ddbc4e07e5c8 (patch) | |
| tree | 340a4ee17e107d484a3373db56443dc6060e23ae /tests/all/tests.cpp | |
| parent | 4dca74738a729a3f10f110c4003ba02c67b9fd47 (diff) | |
| download | qxmpp-6a01a0f7bfd03deb3d0e6ed3e107ddbc4e07e5c8.tar.gz | |
move sasl test code
Diffstat (limited to 'tests/all/tests.cpp')
| -rw-r--r-- | tests/all/tests.cpp | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/all/tests.cpp b/tests/all/tests.cpp index 640c26e4..f191dfde 100644 --- a/tests/all/tests.cpp +++ b/tests/all/tests.cpp @@ -27,7 +27,7 @@ #include <QCoreApplication> #include <QDomDocument> #include <QEventLoop> -#include <QtTest/QtTest> +#include <QtTest> #include "QXmppArchiveIq.h" #include "QXmppBindIq.h" @@ -41,10 +41,8 @@ #include "QXmppStreamFeatures.h" #include "QXmppUtils.h" #include "QXmppVersionIq.h" -#include "QXmppGlobal.h" #include "QXmppEntityTimeIq.h" -#include "sasl.h" #include "tests.h" #include "util.h" @@ -783,17 +781,6 @@ int main(int argc, char *argv[]) TestPubSub testPubSub; errors += QTest::qExec(&testPubSub); -#ifdef QXMPP_AUTOTEST_INTERNAL - tst_QXmppSasl testSasl; - errors += QTest::qExec(&testSasl); - - tst_QXmppSaslClient testSaslClient; - errors += QTest::qExec(&testSaslClient); - - tst_QXmppSaslServer testSaslServer; - errors += QTest::qExec(&testSaslServer); -#endif - TestServer testServer; errors += QTest::qExec(&testServer); |
