diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 17:28:14 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 17:28:14 +0200 |
| commit | 49600c7d56b16d7b60705f170e9dff4daf58688c (patch) | |
| tree | 31429812a198e05c85aa62e422267f57964e2825 /tests/all/tests.cpp | |
| parent | d021386aaae364598f4b95222337912cb5b3acce (diff) | |
| download | qxmpp-49600c7d56b16d7b60705f170e9dff4daf58688c.tar.gz | |
split QXmppJingleIq tests
Diffstat (limited to 'tests/all/tests.cpp')
| -rw-r--r-- | tests/all/tests.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/all/tests.cpp b/tests/all/tests.cpp index d38d7db8..8fd2b806 100644 --- a/tests/all/tests.cpp +++ b/tests/all/tests.cpp @@ -44,7 +44,6 @@ #include "QXmppGlobal.h" #include "QXmppEntityTimeIq.h" -#include "jingle.h" #include "rpc.h" #include "sasl.h" #include "tests.h" @@ -878,9 +877,6 @@ int main(int argc, char *argv[]) TestPackets testPackets; errors += QTest::qExec(&testPackets); - TestJingle testJingle; - errors += QTest::qExec(&testJingle); - TestPubSub testPubSub; errors += QTest::qExec(&testPubSub); |
