aboutsummaryrefslogtreecommitdiff
path: root/tests/all/tests.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 17:11:59 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 17:11:59 +0200
commit0c11564b57d1052c251824635ef4b29783267325 (patch)
tree0e068e251a0c139db1c7d814e6a8daf812924b83 /tests/all/tests.cpp
parentdab721b755ad39923bc49d183132514d4b39f3a8 (diff)
downloadqxmpp-0c11564b57d1052c251824635ef4b29783267325.tar.gz
split QXmppStunMessage tests
Diffstat (limited to 'tests/all/tests.cpp')
-rw-r--r--tests/all/tests.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/all/tests.cpp b/tests/all/tests.cpp
index 7e772550..909d44de 100644
--- a/tests/all/tests.cpp
+++ b/tests/all/tests.cpp
@@ -48,7 +48,6 @@
#include "jingle.h"
#include "rpc.h"
#include "sasl.h"
-#include "stun.h"
#include "tests.h"
#include "util.h"
@@ -905,9 +904,6 @@ int main(int argc, char *argv[])
TestServer testServer;
errors += QTest::qExec(&testServer);
- TestStun testStun;
- errors += QTest::qExec(&testStun);
-
TestXmlRpc testXmlRpc;
errors += QTest::qExec(&testXmlRpc);