aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2011-04-15 15:41:03 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2011-04-15 15:41:03 +0000
commitab953ac11fd18b51d64fc2633a5187c4e5bab251 (patch)
treeeb0ce13e459937b25116bd3416846805111bb5ce /tests/tests.h
parente1c4a3b40604db10037b59b482ff219609354165 (diff)
downloadqxmpp-ab953ac11fd18b51d64fc2633a5187c4e5bab251.tar.gz
add tests for theora codec
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 271fc30c..e5210b08 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -67,6 +67,15 @@ private slots:
void testEntityTimeResult();
};
+class TestCodec : public QObject
+{
+ Q_OBJECT
+
+private slots:
+ void testTheoraDecoder();
+ void testTheoraEncoder();
+};
+
class TestJingle : public QObject
{
Q_OBJECT
@@ -74,7 +83,8 @@ class TestJingle : public QObject
private slots:
void testSession();
void testTerminate();
- void testPayloadType();
+ void testAudioPayloadType();
+ void testVideoPayloadType();
void testRinging();
};