From 9bd1835781d8dfa772feec19aec27613ebfc8a97 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 9 Aug 2010 16:11:44 +0000 Subject: add support for "nil" in XML-RPC --- example/tests/tests.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'example/tests/tests.cpp') diff --git a/example/tests/tests.cpp b/example/tests/tests.cpp index 86c6d4c9..de48ef62 100644 --- a/example/tests/tests.cpp +++ b/example/tests/tests.cpp @@ -377,6 +377,12 @@ void TestXmlRpc::testInt() QByteArray("-12")); } +void TestXmlRpc::testNil() +{ + checkVariant(QVariant(), + QByteArray("")); +} + void TestXmlRpc::testString() { checkVariant(QString("hello world"), -- cgit v1.2.3