diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:45:43 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:45:43 +0200 |
| commit | 082df1fbef37e5adc5619fe2a99b014507490bf5 (patch) | |
| tree | 0593ba45c9c30d11265b962c39b44f3126d613eb /tests/all/tests.cpp | |
| parent | c09d5ee9926474526d91b7d7d3686c71bab8f26a (diff) | |
| download | qxmpp-082df1fbef37e5adc5619fe2a99b014507490bf5.tar.gz | |
split QXmppStanza 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 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); |
