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 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();
};