From 8626bb00697e224231227c35c2df301b3dc8f6b2 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 19 Jul 2012 16:52:26 +0200 Subject: add QXmppSaslClient class + tests --- tests/tests.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/tests.cpp') diff --git a/tests/tests.cpp b/tests/tests.cpp index b2683999..49a60613 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -59,6 +59,7 @@ #include "register.h" #include "rsm.h" #include "rtp.h" +#include "sasl.h" #include "tests.h" void TestUtils::testCrc32() @@ -1377,6 +1378,9 @@ int main(int argc, char *argv[]) tst_QXmppRtpPacket testRtp; errors += QTest::qExec(&testRtp); + tst_QXmppSaslClient testSasl; + errors += QTest::qExec(&testSasl); + TestServer testServer; errors += QTest::qExec(&testServer); -- cgit v1.2.3