aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp
index 49a60613..acb6b145 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -1378,8 +1378,11 @@ int main(int argc, char *argv[])
tst_QXmppRtpPacket testRtp;
errors += QTest::qExec(&testRtp);
- tst_QXmppSaslClient testSasl;
- errors += QTest::qExec(&testSasl);
+ tst_QXmppSaslClient testSaslClient;
+ errors += QTest::qExec(&testSaslClient);
+
+ tst_QXmppSaslServer testSaslServer;
+ errors += QTest::qExec(&testSaslServer);
TestServer testServer;
errors += QTest::qExec(&testServer);