From 0a584900db720454f06d136e6bdf445a8f87e8b7 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 21 Jul 2012 22:16:24 +0200 Subject: split out RPC and STUN tests --- tests/tests.h | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'tests/tests.h') 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(); -}; -- cgit v1.2.3