diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-23 09:02:16 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-23 09:02:16 +0000 |
| commit | 74859748cb4fe293fb2a41aef796e65622d9103b (patch) | |
| tree | dabbc735e56beda26b0e187cf741a3a183c03f20 /tests/tests.h | |
| parent | f3d107cc7a6c87ff3b5986f80b16e350d5211895 (diff) | |
| download | qxmpp-74859748cb4fe293fb2a41aef796e65622d9103b.tar.gz | |
fix and test QXmppArchiveListIq parsing/serialisation
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h index 05f891b6..f09032a8 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -38,6 +38,7 @@ class TestPackets : public QObject Q_OBJECT private slots: + void testArchiveList(); void testBindNoResource(); void testBindResource(); void testBindResult(); |
