diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 22:16:24 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 22:16:24 +0200 |
| commit | 0a584900db720454f06d136e6bdf445a8f87e8b7 (patch) | |
| tree | c4b98aad62def1d9063abf9269c718a13d4b32b8 /tests/tests.h | |
| parent | 32183be3ef5fcbdca5b7f222e949898d5841a1a3 (diff) | |
| download | qxmpp-0a584900db720454f06d136e6bdf445a8f87e8b7.tar.gz | |
split out RPC and STUN tests
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 34 |
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(); -}; |
