diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 10:59:55 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 10:59:55 +0200 |
| commit | 0ee6b11759f22cc81f06933982debf52035f9095 (patch) | |
| tree | 940a53893ba6509aebbacaa208d6e2f70e9db40e /tests/sasl.h | |
| parent | 8cd1fbffe24271bc4a03c4c525829365daf95a0f (diff) | |
| download | qxmpp-0ee6b11759f22cc81f06933982debf52035f9095.tar.gz | |
improve SASL 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 0d2db34e..5271fbbb 100644 --- a/tests/sasl.h +++ b/tests/sasl.h @@ -29,6 +29,10 @@ class tst_QXmppSasl : public QObject private slots: void testParsing(); + void testAuth_data(); + void testAuth(); + void testFailure(); + void testSuccess(); }; class tst_QXmppSaslClient : public QObject |
