aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-21 19:35:06 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-21 19:35:06 +0200
commit92729ab1a47e45adf19d57d60427ff2e7858e0b4 (patch)
treef95dc7ff65b7e258a269a1ee7b2deab3e742c894 /tests/tests.cpp
parentb7b646842fd13a1316c5def2c46f4c0025e03e2e (diff)
downloadqxmpp-92729ab1a47e45adf19d57d60427ff2e7858e0b4.tar.gz
add tests for QXmppIq
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp4
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);