aboutsummaryrefslogtreecommitdiff
path: root/tests/si.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-12 15:29:18 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-12 15:29:18 +0200
commitf9b26e12f593b185a15674e3ddda0b56d05b43c6 (patch)
tree503d1c15099cea55536d9fb8d8a98d7fef576fa8 /tests/si.h
parentc9b81bc66f2449fe4ca1d55259d6f70178f1a91d (diff)
downloadqxmpp-f9b26e12f593b185a15674e3ddda0b56d05b43c6.tar.gz
add/test QXmppTransferFileInfo parsing/serialisation
Diffstat (limited to 'tests/si.h')
-rw-r--r--tests/si.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/si.h b/tests/si.h
index fa40fbab..28254ef4 100644
--- a/tests/si.h
+++ b/tests/si.h
@@ -29,6 +29,8 @@ class tst_QXmppStreamInitiationIq : public QObject
Q_OBJECT
private slots:
+ void testFileInfo_data();
+ void testFileInfo();
void testOffer();
};