diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 14:07:51 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 14:07:51 +0200 |
| commit | 088c9cdd984a08d044064a24a4f898d290297b02 (patch) | |
| tree | 404342ce3aaa02bda09bf919a081a920772cc6b0 /tests/tests.h | |
| parent | 2da1035a984946d2920773de6b32abc46aef6288 (diff) | |
| download | qxmpp-088c9cdd984a08d044064a24a4f898d290297b02.tar.gz | |
split result-set tests
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 11 |
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 |
