diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-19 16:52:26 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-19 16:52:26 +0200 |
| commit | 8626bb00697e224231227c35c2df301b3dc8f6b2 (patch) | |
| tree | 46e9f56c7971c93ebd54925f70f5598e22e5f051 /tests/tests.cpp | |
| parent | 2f2f419542247a78f412cff3d3631ade5e09de80 (diff) | |
| download | qxmpp-8626bb00697e224231227c35c2df301b3dc8f6b2.tar.gz | |
add QXmppSaslClient class + tests
Diffstat (limited to 'tests/tests.cpp')
| -rw-r--r-- | tests/tests.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
