aboutsummaryrefslogtreecommitdiff
path: root/source/tests.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-07-16 08:53:42 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-07-16 08:53:42 +0000
commit946249abbdd477ac7cfbdb1e0bfbcd34b7c93bb8 (patch)
tree322baa3008f2273c4585603ebdcaddd55a809cb5 /source/tests.h
parent1b596e06fac7e1ec96cc5f9f387b936836f2c601 (diff)
downloadqxmpp-946249abbdd477ac7cfbdb1e0bfbcd34b7c93bb8.tar.gz
add tests for Jingle IQs
Diffstat (limited to 'source/tests.h')
-rw-r--r--source/tests.h11
1 files changed, 11 insertions, 0 deletions
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();
+};
+