From 782b7f3e1199d867d7262ae3e6cf08aea9ad0624 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 29 Jun 2010 13:39:11 +0000 Subject: cleanup & test more IQ handling --- source/tests.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/tests.h') diff --git a/source/tests.h b/source/tests.h index 7d17e5bc..880682e0 100644 --- a/source/tests.h +++ b/source/tests.h @@ -28,11 +28,15 @@ class TestPackets : public QObject Q_OBJECT private slots: + void testBindNoResource(); + void testBindResource(); + void testBindResult(); void testMessage(); void testMessageFull(); void testMessageDelay(); void testMessageLegacyDelay(); void testPresence(); void testPresenceFull(); + void testSession(); }; -- cgit v1.2.3