aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-02-06 19:12:19 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2012-02-06 19:12:19 +0000
commit78711c314a4cc20aaf276e519d9db1d91cf22fa7 (patch)
treea2ae5b3c1c0fef7e231f828444d5878ad0ad5b41 /tests/tests.h
parentf38253b159f7cbb4bc2c9990d76255d167d3af7b (diff)
downloadqxmpp-78711c314a4cc20aaf276e519d9db1d91cf22fa7.tar.gz
add an attribute to QXmppMessage to carry delivery receipt request
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 5cc97133..fa59c59d 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -52,6 +52,7 @@ private slots:
void testMessage();
void testMessageFull();
void testMessageAttention();
+ void testMessageDelivery();
void testMessageDelay();
void testMessageLegacyDelay();
void testNonSaslAuth();