aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-11 19:27:58 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-11 19:27:58 +0200
commit8c743b33c7baccd4910b68acdee6d2b8dccd6642 (patch)
tree83e5d677646e0b69f1fc061ac143e7297d72208c /tests/tests.cpp
parent86fc631e188ab627b95f2d52ff8653beb92a5888 (diff)
downloadqxmpp-8c743b33c7baccd4910b68acdee6d2b8dccd6642.tar.gz
add stream initiation tests
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 45be40d1..cc072c6d 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -56,6 +56,7 @@
#include "rsm.h"
#include "rtp.h"
#include "sasl.h"
+#include "si.h"
#include "stanza.h"
#include "stun.h"
#include "tests.h"
@@ -941,6 +942,9 @@ int main(int argc, char *argv[])
tst_QXmppStanza testStanza;
errors += QTest::qExec(&testStanza);
+ tst_QXmppStreamInitiationIq testSI;
+ errors += QTest::qExec(&testSI);
+
TestStun testStun;
errors += QTest::qExec(&testStun);