aboutsummaryrefslogtreecommitdiff
path: root/tests/sasl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sasl.h')
-rw-r--r--tests/sasl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/sasl.h b/tests/sasl.h
index e6db2b01..b1bb7603 100644
--- a/tests/sasl.h
+++ b/tests/sasl.h
@@ -29,6 +29,7 @@ class tst_QXmppSaslClient : public QObject
private slots:
void testAvailableMechanisms();
+ void testBadMechanism();
void testAnonymous();
void testDigestMd5();
void testDigestMd5_data();
@@ -36,3 +37,14 @@ private slots:
void testPlain();
};
+class tst_QXmppSaslServer : public QObject
+{
+ Q_OBJECT
+
+private slots:
+ void testBadMechanism();
+ void testAnonymous();
+ void testDigestMd5();
+ void testPlain();
+};
+