aboutsummaryrefslogtreecommitdiff
path: root/tests/all/tests.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 21:03:39 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 21:03:39 +0200
commitf4dbb00a035eb4df8a12f5edaf53bb99a2bd435a (patch)
treec3dcc1dabe8a4c55a9fc3fef627307629d548920 /tests/all/tests.h
parent58b54e9279a0fef211003c94735ca9024bde72ee (diff)
downloadqxmpp-f4dbb00a035eb4df8a12f5edaf53bb99a2bd435a.tar.gz
move server tests
Diffstat (limited to 'tests/all/tests.h')
-rw-r--r--tests/all/tests.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/all/tests.h b/tests/all/tests.h
index fe928346..3bc8ad1e 100644
--- a/tests/all/tests.h
+++ b/tests/all/tests.h
@@ -63,11 +63,3 @@ private slots:
void testSubscriptions();
};
-class TestServer : public QObject
-{
- Q_OBJECT
-
-private slots:
- void testConnect_data();
- void testConnect();
-};