aboutsummaryrefslogtreecommitdiff
path: root/tests/sasl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sasl.h')
-rw-r--r--tests/sasl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/sasl.h b/tests/sasl.h
index 0d2db34e..5271fbbb 100644
--- a/tests/sasl.h
+++ b/tests/sasl.h
@@ -29,6 +29,10 @@ class tst_QXmppSasl : public QObject
private slots:
void testParsing();
+ void testAuth_data();
+ void testAuth();
+ void testFailure();
+ void testSuccess();
};
class tst_QXmppSaslClient : public QObject