aboutsummaryrefslogtreecommitdiff
path: root/tests/sasl.h
diff options
context:
space:
mode:
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 80cd4d7b..d92169fc 100644
--- a/tests/sasl.h
+++ b/tests/sasl.h
@@ -30,6 +30,7 @@ class tst_QXmppSaslClient : public QObject
private slots:
void testAnonymous();
void testDigestMd5();
+ void testDigestMd5_data();
void testFacebook();
void testPlain();
};