aboutsummaryrefslogtreecommitdiff
path: root/example/tests/tests.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-09 15:35:19 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-09 15:35:19 +0000
commit889f415805e84e3d136f8bc009a81a07d157fed8 (patch)
tree1d2b3fd4f7e5091185b66960e02ceb6529dd61ad /example/tests/tests.h
parent05e418edc732b63048db65a715238c602f8e8524 (diff)
downloadqxmpp-889f415805e84e3d136f8bc009a81a07d157fed8.tar.gz
add tests for XML RPC
Diffstat (limited to 'example/tests/tests.h')
-rw-r--r--example/tests/tests.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/example/tests/tests.h b/example/tests/tests.h
index 06bdc91c..cacd72b0 100644
--- a/example/tests/tests.h
+++ b/example/tests/tests.h
@@ -59,3 +59,12 @@ private slots:
void testRinging();
};
+class TestXmlRpc : public QObject
+{
+ Q_OBJECT
+
+private slots:
+ void testBool();
+ void testDouble();
+ void testString();
+};