diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:49:19 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:49:19 +0200 |
| commit | 88f6ce979e30c0d3e0412bc6811ccc9d69eff7f3 (patch) | |
| tree | 77778edeaf138f873efd390d4ea89c5a432376a6 /tests/all/tests.cpp | |
| parent | 082df1fbef37e5adc5619fe2a99b014507490bf5 (diff) | |
| download | qxmpp-88f6ce979e30c0d3e0412bc6811ccc9d69eff7f3.tar.gz | |
split QXmppResultSet 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 3f3df8ed..6a17ce18 100644 --- a/tests/all/tests.cpp +++ b/tests/all/tests.cpp @@ -49,7 +49,6 @@ #include "register.h" #include "roster.h" #include "rpc.h" -#include "rsm.h" #include "sasl.h" #include "stun.h" #include "tests.h" @@ -897,9 +896,6 @@ int main(int argc, char *argv[]) tst_QXmppRegisterIq testRegister; errors += QTest::qExec(&testRegister); - tst_QXmppResultSet testRsm; - errors += QTest::qExec(&testRsm); - tst_QXmppRosterIq testRoster; errors += QTest::qExec(&testRoster); |
