aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-05-14 11:20:09 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-05-14 11:20:09 +0200
commita40682ebcdc4552b7185d4a6d0e9deb1dc5261cc (patch)
tree2b2691ee52f781256e6756d36955c6862703a233 /tests/tests.h
parent79e2192b07694be32367feb8fad4d27e75cc87e7 (diff)
downloadqxmpp-a40682ebcdc4552b7185d4a6d0e9deb1dc5261cc.tar.gz
implement/test XEP-0115 verification strings for dataforms (issue: #140)
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 0b91a11e..3816e6d9 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -50,7 +50,8 @@ private slots:
void testBindNoResource();
void testBindResource();
void testBindResult();
- void testDiscoveryIq();
+ void testDiscovery();
+ void testDiscoveryWithForm();
void testMessage();
void testMessageFull();
void testMessageAttention();