diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-10 09:21:51 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-10 09:21:51 +0000 |
| commit | e22485a28dc22989e15c3ca10b5dad82c4844b8f (patch) | |
| tree | e372857063bf2e31b953b904f4e33dbc2deca89e /tests/tests.h | |
| parent | 9ae1e22d0b6edb457bd63f71f31ef4e64a987ef5 (diff) | |
| download | qxmpp-e22485a28dc22989e15c3ca10b5dad82c4844b8f.tar.gz | |
add tests for publish / subscribe IQs
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h index 9ac549be..3c248645 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -74,6 +74,19 @@ private slots: void testRinging(); }; +class TestPubSub : public QObject +{ + Q_OBJECT + +private slots: + void testItems(); + void testItemsResponse(); + void testPublish(); + void testSubscribe(); + void testSubscription(); + void testSubscriptions(); +}; + class TestXmlRpc : public QObject { Q_OBJECT |
