diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:12:16 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:12:16 +0200 |
| commit | 57532909b5970645ca9fdd5f9a69bd3258d8a914 (patch) | |
| tree | 4b67ae7fa40c80bae03a51f54cf7bb9115c5942c /tests/all/tests.cpp | |
| parent | 71dacec7ebf3731927559e57c402520bfbf88500 (diff) | |
| download | qxmpp-57532909b5970645ca9fdd5f9a69bd3258d8a914.tar.gz | |
split QXmppPresence tests out
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 0741c84e..82f007f5 100644 --- a/tests/all/tests.cpp +++ b/tests/all/tests.cpp @@ -48,7 +48,6 @@ #include "dataform.h" #include "jingle.h" #include "message.h" -#include "presence.h" #include "register.h" #include "roster.h" #include "rpc.h" @@ -904,9 +903,6 @@ int main(int argc, char *argv[]) tst_QXmppMessage testMessage; errors += QTest::qExec(&testMessage); - tst_QXmppPresence testPresence; - errors += QTest::qExec(&testPresence); - TestPubSub testPubSub; errors += QTest::qExec(&testPubSub); |
