diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-05-14 11:20:09 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-05-14 11:20:09 +0200 |
| commit | a40682ebcdc4552b7185d4a6d0e9deb1dc5261cc (patch) | |
| tree | 2b2691ee52f781256e6756d36955c6862703a233 /tests/tests.h | |
| parent | 79e2192b07694be32367feb8fad4d27e75cc87e7 (diff) | |
| download | qxmpp-a40682ebcdc4552b7185d4a6d0e9deb1dc5261cc.tar.gz | |
implement/test XEP-0115 verification strings for dataforms (issue: #140)
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 3 |
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(); |
