aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
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();
-};