diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 19:35:06 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 19:35:06 +0200 |
| commit | 92729ab1a47e45adf19d57d60427ff2e7858e0b4 (patch) | |
| tree | f95dc7ff65b7e258a269a1ee7b2deab3e742c894 /tests/tests.cpp | |
| parent | b7b646842fd13a1316c5def2c46f4c0025e03e2e (diff) | |
| download | qxmpp-92729ab1a47e45adf19d57d60427ff2e7858e0b4.tar.gz | |
add tests for QXmppIq
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 bf394d8e..652f95f3 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -50,6 +50,7 @@ #include "codec.h" #include "dataform.h" +#include "iq.h" #include "jingle.h" #include "message.h" #include "presence.h" @@ -1210,6 +1211,9 @@ int main(int argc, char *argv[]) tst_QXmppDataForm testDataForm; errors += QTest::qExec(&testDataForm); + tst_QXmppIq testIq; + errors += QTest::qExec(&testIq); + TestJingle testJingle; errors += QTest::qExec(&testJingle); |
