diff options
Diffstat (limited to 'tests/sasl.h')
| -rw-r--r-- | tests/sasl.h | 4 |
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(); }; |
