aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 14:07:51 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 14:07:51 +0200
commit088c9cdd984a08d044064a24a4f898d290297b02 (patch)
tree404342ce3aaa02bda09bf919a081a920772cc6b0 /tests/tests.h
parent2da1035a984946d2920773de6b32abc46aef6288 (diff)
downloadqxmpp-088c9cdd984a08d044064a24a4f898d290297b02.tar.gz
split result-set tests
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/tests.h b/tests/tests.h
index b3db0cf7..1be52a2c 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -134,17 +134,6 @@ private slots:
void testSubscriptions();
};
-class TestRsm : public QObject
-{
- Q_OBJECT
-
-private slots:
- void testQuery_data();
- void testQuery();
- void testReply_data();
- void testReply();
-};
-
class TestServer : public QObject
{
Q_OBJECT