diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:23:42 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:23:42 +0200 |
| commit | 748ccb162f6fa9c595c07d4d0544945cdc601165 (patch) | |
| tree | cbfdaf8b22e1ec31ea941ef004326e71b194a5e7 /tests/all/tests.cpp | |
| parent | 53a2d7b744d597f0c406c55014e18832874b70b8 (diff) | |
| download | qxmpp-748ccb162f6fa9c595c07d4d0544945cdc601165.tar.gz | |
split QXmppStreamInitiationIq tests
Diffstat (limited to 'tests/all/tests.cpp')
| -rw-r--r-- | tests/all/tests.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/all/tests.cpp b/tests/all/tests.cpp index 82f007f5..3375e15c 100644 --- a/tests/all/tests.cpp +++ b/tests/all/tests.cpp @@ -47,14 +47,12 @@ #include "codec.h" #include "dataform.h" #include "jingle.h" -#include "message.h" #include "register.h" #include "roster.h" #include "rpc.h" #include "rsm.h" #include "rtp.h" #include "sasl.h" -#include "si.h" #include "stanza.h" #include "stun.h" #include "tests.h" @@ -900,9 +898,6 @@ int main(int argc, char *argv[]) TestJingle testJingle; errors += QTest::qExec(&testJingle); - tst_QXmppMessage testMessage; - errors += QTest::qExec(&testMessage); - TestPubSub testPubSub; errors += QTest::qExec(&testPubSub); |
