aboutsummaryrefslogtreecommitdiff
path: root/tests/dataform.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 13:33:28 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 13:33:28 +0200
commitcf26a0767ffb97c3ed4931c2af84ebd38ed87fdf (patch)
treee853f01a2bd465282b1656b91af0cd1e21161fc0 /tests/dataform.h
parent4e1d91e55fcdfc87cfb92dfbcb3e741cd4a450fd (diff)
downloadqxmpp-cf26a0767ffb97c3ed4931c2af84ebd38ed87fdf.tar.gz
improve data form tests coverage
Diffstat (limited to 'tests/dataform.h')
-rw-r--r--tests/dataform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dataform.h b/tests/dataform.h
index 1b294d8b..d5461237 100644
--- a/tests/dataform.h
+++ b/tests/dataform.h
@@ -30,6 +30,7 @@ class tst_QXmppDataForm : public QObject
private slots:
void testSimple();
+ void testSubmit();
void testMedia();
};