aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-03 12:01:45 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-03 12:01:45 +0200
commit6f087827d2c08a1e7edc70d389521fcaf138c6e8 (patch)
tree03b7fe2f7e6114ce658e33aa438f12749079c0fc /tests/tests.cpp
parenta8443321caeedab90f82be99cf9fe388666c32cb (diff)
downloadqxmpp-6f087827d2c08a1e7edc70d389521fcaf138c6e8.tar.gz
add QXmppExtendedAddress
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 2adaed57..cd1d4a14 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -56,6 +56,7 @@
#include "rsm.h"
#include "rtp.h"
#include "sasl.h"
+#include "stanza.h"
#include "stun.h"
#include "tests.h"
#include "vcard.h"
@@ -937,6 +938,9 @@ 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);