aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 11:53:40 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 11:53:40 +0200
commit728901eab3d77595878ae1dc3defbcfbde6423a3 (patch)
tree0b1c750d9776dcf206c4bb88987719e124cbe3ea /tests/tests.h
parent4fb81e112fe2d334b0627359ff02015d514abae7 (diff)
downloadqxmpp-728901eab3d77595878ae1dc3defbcfbde6423a3.tar.gz
split RTP tests out
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 5871a23a..ec902591 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -119,16 +119,6 @@ private slots:
void testSubscriptions();
};
-class TestRtp : public QObject
-{
- Q_OBJECT
-
-private slots:
- void testBad();
- void testSimple();
- void testWithCsrc();
-};
-
class TestRsm : public QObject
{
Q_OBJECT