diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-22 01:20:23 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-22 01:20:23 +0200 |
| commit | 4c8dc9678157cb1c663365f9cbd3b4bc056ba892 (patch) | |
| tree | ba4f9fcc1f154b17fa0d548f20d8cfc6b4e71d92 /tests/tests.cpp | |
| parent | 92eed51ce3256c59c85529f195fe4cdfbe0a1415 (diff) | |
| download | qxmpp-4c8dc9678157cb1c663365f9cbd3b4bc056ba892.tar.gz | |
start testing QXmppRosterIq
Diffstat (limited to 'tests/tests.cpp')
| -rw-r--r-- | tests/tests.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp index c48acfbe..9993686a 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -52,6 +52,7 @@ #include "message.h" #include "presence.h" #include "register.h" +#include "roster.h" #include "rpc.h" #include "rsm.h" #include "rtp.h" @@ -954,6 +955,9 @@ int main(int argc, char *argv[]) tst_QXmppResultSet testRsm; errors += QTest::qExec(&testRsm); + tst_QXmppRosterIq testRoster; + errors += QTest::qExec(&testRoster); + tst_QXmppRtpPacket testRtp; errors += QTest::qExec(&testRtp); |
