aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 11:46:20 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 11:46:20 +0200
commit4fb81e112fe2d334b0627359ff02015d514abae7 (patch)
treed467263dc6f11e0a002776c2f7968665b7fafb75 /tests/tests.h
parent034ce16c9afc6715881b78710fb4c896297fc433 (diff)
downloadqxmpp-4fb81e112fe2d334b0627359ff02015d514abae7.tar.gz
re-order tests
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h22
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();
-};