diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-03-29 12:38:36 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-03-29 12:38:36 +0000 |
| commit | 4f738fbb73b3b15b6022635b78dac71f91909cd0 (patch) | |
| tree | 62a4c1b31c90552e63acc9e2a9c8af80b6d75974 /tests/tests.h | |
| parent | 8d254877fafb1bf930d1251916d99faa080453a9 (diff) | |
| download | qxmpp-4f738fbb73b3b15b6022635b78dac71f91909cd0.tar.gz | |
test QXmppClient/QXmppServer connection
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 436f6070..271fc30c 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -91,6 +91,14 @@ private slots: void testSubscriptions(); }; +class TestServer : public QObject +{ + Q_OBJECT + +private slots: + void testConnect(); +}; + class TestStun : public QObject { Q_OBJECT |
