diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-20 17:18:07 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-20 17:18:07 +0200 |
| commit | 1e24a0feab544db99f19e55eb81c836f62c4585f (patch) | |
| tree | 88ad6bc2e853fbd7569987a056c548b369c695e9 /tests/tests.cpp | |
| parent | 5c01872f5640da509f3d5eaa28dcbbc1da2c5147 (diff) | |
| download | qxmpp-1e24a0feab544db99f19e55eb81c836f62c4585f.tar.gz | |
fix
Diffstat (limited to 'tests/tests.cpp')
| -rw-r--r-- | tests/tests.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp index 24ae89c2..2602314a 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -1370,6 +1370,9 @@ int main(int argc, char *argv[]) tst_QXmppRtpPacket testRtp; errors += QTest::qExec(&testRtp); + tst_QXmppSasl testSasl; + errors += QTest::qExec(&testSasl); + tst_QXmppSaslClient testSaslClient; errors += QTest::qExec(&testSaslClient); |
