From 0ee6b11759f22cc81f06933982debf52035f9095 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 21 Jul 2012 10:59:55 +0200 Subject: improve SASL test coverage --- tests/sasl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/sasl.h') 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 -- cgit v1.2.3