diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 10:28:40 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 10:28:40 +0200 |
| commit | 47bb20d2bd0493823b033c61a1d7f72d9521c94a (patch) | |
| tree | 91b310bc344abfa4fbec1807c981d7b8730a2038 /tests/tests.h | |
| parent | 51cadc0c4cac8f8713ec740aab9c8b1099160d55 (diff) | |
| download | qxmpp-47bb20d2bd0493823b033c61a1d7f72d9521c94a.tar.gz | |
split out jingle tests
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/tests.h b/tests/tests.h index b6f2eeab..78c87ae8 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -88,18 +88,6 @@ private slots: void testEntityTimeResult(); }; -class TestJingle : public QObject -{ - Q_OBJECT - -private slots: - void testSession(); - void testTerminate(); - void testAudioPayloadType(); - void testVideoPayloadType(); - void testRinging(); -}; - class TestPubSub : public QObject { Q_OBJECT |
