diff options
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(); -}; |
