aboutsummaryrefslogtreecommitdiff
path: root/tests/sasl.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-21 11:07:50 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-21 11:07:50 +0200
commit9a1b98eba567366519e58481368cd8b5a411d1a8 (patch)
treededb837c1a84d9f95a27a9f68392ae9513424d4f /tests/sasl.h
parent0ee6b11759f22cc81f06933982debf52035f9095 (diff)
downloadqxmpp-9a1b98eba567366519e58481368cd8b5a411d1a8.tar.gz
improve SASL stanza test coverage
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 5271fbbb..7b5dd221 100644
--- a/tests/sasl.h
+++ b/tests/sasl.h
@@ -31,7 +31,11 @@ private slots:
void testParsing();
void testAuth_data();
void testAuth();
+ void testChallenge_data();
+ void testChallenge();
void testFailure();
+ void testResponse_data();
+ void testResponse();
void testSuccess();
};