From 082df1fbef37e5adc5619fe2a99b014507490bf5 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 27 Sep 2012 15:45:43 +0200 Subject: split QXmppStanza tests out --- tests/all/tests.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/all/tests.cpp') diff --git a/tests/all/tests.cpp b/tests/all/tests.cpp index dd7bf82c..3f3df8ed 100644 --- a/tests/all/tests.cpp +++ b/tests/all/tests.cpp @@ -51,7 +51,6 @@ #include "rpc.h" #include "rsm.h" #include "sasl.h" -#include "stanza.h" #include "stun.h" #include "tests.h" #include "util.h" @@ -918,9 +917,6 @@ int main(int argc, char *argv[]) TestServer testServer; errors += QTest::qExec(&testServer); - tst_QXmppStanza testStanza; - errors += QTest::qExec(&testStanza); - TestStun testStun; errors += QTest::qExec(&testStun); -- cgit v1.2.3