From 946249abbdd477ac7cfbdb1e0bfbcd34b7c93bb8 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 16 Jul 2010 08:53:42 +0000 Subject: add tests for Jingle IQs --- source/tests.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'source/tests.h') diff --git a/source/tests.h b/source/tests.h index efba1961..06bdc91c 100644 --- a/source/tests.h +++ b/source/tests.h @@ -48,3 +48,14 @@ private slots: void testSession(); }; +class TestJingle : public QObject +{ + Q_OBJECT + +private slots: + void testSession(); + void testTerminate(); + void testPayloadType(); + void testRinging(); +}; + -- cgit v1.2.3