diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 13:33:28 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 13:33:28 +0200 |
| commit | cf26a0767ffb97c3ed4931c2af84ebd38ed87fdf (patch) | |
| tree | e853f01a2bd465282b1656b91af0cd1e21161fc0 /tests/dataform.h | |
| parent | 4e1d91e55fcdfc87cfb92dfbcb3e741cd4a450fd (diff) | |
| download | qxmpp-cf26a0767ffb97c3ed4931c2af84ebd38ed87fdf.tar.gz | |
improve data form tests coverage
Diffstat (limited to 'tests/dataform.h')
| -rw-r--r-- | tests/dataform.h | 1 |
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(); }; |
