From 9a1b98eba567366519e58481368cd8b5a411d1a8 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 21 Jul 2012 11:07:50 +0200 Subject: improve SASL stanza 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 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(); }; -- cgit v1.2.3