aboutsummaryrefslogtreecommitdiff
path: root/tests/sasl.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-20 09:27:20 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-20 09:27:20 +0200
commit4d7cfe1ba7ce004b04c1bb2ead9db5792bb22f89 (patch)
tree48986a77dc320412c8e88f33371ed3eead0acc72 /tests/sasl.h
parentfc010e259215f270c2c400c682feadf6d4d570c9 (diff)
downloadqxmpp-4d7cfe1ba7ce004b04c1bb2ead9db5792bb22f89.tar.gz
SASL: move definition of available mechanisms to QXmppSaslClient
Diffstat (limited to 'tests/sasl.h')
-rw-r--r--tests/sasl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sasl.h b/tests/sasl.h
index d92169fc..e6db2b01 100644
--- a/tests/sasl.h
+++ b/tests/sasl.h
@@ -28,6 +28,7 @@ class tst_QXmppSaslClient : public QObject
Q_OBJECT
private slots:
+ void testAvailableMechanisms();
void testAnonymous();
void testDigestMd5();
void testDigestMd5_data();