aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-21 22:16:24 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-21 22:16:24 +0200
commit0a584900db720454f06d136e6bdf445a8f87e8b7 (patch)
treec4b98aad62def1d9063abf9269c718a13d4b32b8 /tests/tests.h
parent32183be3ef5fcbdca5b7f222e949898d5841a1a3 (diff)
downloadqxmpp-0a584900db720454f06d136e6bdf445a8f87e8b7.tar.gz
split out RPC and STUN tests
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 78c87ae8..5ecadccd 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -109,37 +109,3 @@ private slots:
void testConnect_data();
void testConnect();
};
-
-class TestStun : public QObject
-{
- Q_OBJECT
-
-private slots:
- void testFingerprint();
- void testIntegrity();
- void testIPv4Address();
- void testIPv6Address();
- void testXorIPv4Address();
- void testXorIPv6Address();
-};
-
-class TestXmlRpc : public QObject
-{
- Q_OBJECT
-
-private slots:
- void testBase64();
- void testBool();
- void testDateTime();
- void testDouble();
- void testInt();
- void testNil();
- void testString();
-
- void testArray();
- void testStruct();
-
- void testInvoke();
- void testResponse();
- void testResponseFault();
-};