aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 13:28:10 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 13:28:10 +0200
commit4e1d91e55fcdfc87cfb92dfbcb3e741cd4a450fd (patch)
tree2cc0caeec8a730f1206283478f99017edd0746fd /tests/tests.h
parent30cb222f96d95d62ac75fdf454f8b4a20001d3d5 (diff)
downloadqxmpp-4e1d91e55fcdfc87cfb92dfbcb3e741cd4a450fd.tar.gz
split dataform tests
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 422c34f6..b3db0cf7 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -109,15 +109,6 @@ private slots:
void testTheoraEncoder();
};
-class TestDataForm : public QObject
-{
- Q_OBJECT
-
-private slots:
- void testSimple();
- void testMedia();
-};
-
class TestJingle : public QObject
{
Q_OBJECT