diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 11:53:40 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 11:53:40 +0200 |
| commit | 728901eab3d77595878ae1dc3defbcfbde6423a3 (patch) | |
| tree | 0b1c750d9776dcf206c4bb88987719e124cbe3ea /tests/tests.h | |
| parent | 4fb81e112fe2d334b0627359ff02015d514abae7 (diff) | |
| download | qxmpp-728901eab3d77595878ae1dc3defbcfbde6423a3.tar.gz | |
split RTP tests out
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 10 |
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 |
