diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 11:07:50 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 11:07:50 +0200 |
| commit | 9a1b98eba567366519e58481368cd8b5a411d1a8 (patch) | |
| tree | dedb837c1a84d9f95a27a9f68392ae9513424d4f /tests/sasl.h | |
| parent | 0ee6b11759f22cc81f06933982debf52035f9095 (diff) | |
| download | qxmpp-9a1b98eba567366519e58481368cd8b5a411d1a8.tar.gz | |
improve SASL stanza test coverage
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(); }; |
