diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 10:26:59 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 10:26:59 +0200 |
| commit | 0ed84be38b159a32790cb074dc04760313ba27c2 (patch) | |
| tree | 8f1fb214d3ddf3f1b8cd1bacd75e4f1122d0e611 /tests/tests.h | |
| parent | 2006c17c89f270af388cd64cdc15423e0672e00c (diff) | |
| download | qxmpp-0ed84be38b159a32790cb074dc04760313ba27c2.tar.gz | |
Fix and test data form title/instructions XML serialization.
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h index b7f74f7a..b6f2b885 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -85,6 +85,14 @@ private slots: void testTheoraEncoder(); }; +class TestDataForm : public QObject +{ + Q_OBJECT + +private slots: + void testSimple(); +}; + class TestJingle : public QObject { Q_OBJECT |
