diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 11:46:20 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 11:46:20 +0200 |
| commit | 4fb81e112fe2d334b0627359ff02015d514abae7 (patch) | |
| tree | d467263dc6f11e0a002776c2f7968665b7fafb75 /tests/tests.h | |
| parent | 034ce16c9afc6715881b78710fb4c896297fc433 (diff) | |
| download | qxmpp-4fb81e112fe2d334b0627359ff02015d514abae7.tar.gz | |
re-order tests
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/tests.h b/tests/tests.h index 396d373e..5871a23a 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -129,6 +129,17 @@ private slots: void testWithCsrc(); }; +class TestRsm : public QObject +{ + Q_OBJECT + +private slots: + void testQuery_data(); + void testQuery(); + void testReply_data(); + void testReply(); +}; + class TestServer : public QObject { Q_OBJECT @@ -170,14 +181,3 @@ private slots: void testResponse(); void testResponseFault(); }; - -class TestRsm : public QObject -{ - Q_OBJECT - -private slots: - void testQuery_data(); - void testQuery(); - void testReply_data(); - void testReply(); -}; |
