diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 16:11:44 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 16:11:44 +0000 |
| commit | 9bd1835781d8dfa772feec19aec27613ebfc8a97 (patch) | |
| tree | 52e4f58336d2f88dd403821e8675da5f2f9a8816 /example/tests/tests.h | |
| parent | 3b98c0f399f464653c18ad4a5a54fd73c8999d07 (diff) | |
| download | qxmpp-9bd1835781d8dfa772feec19aec27613ebfc8a97.tar.gz | |
add support for "nil" in XML-RPC
Diffstat (limited to 'example/tests/tests.h')
| -rw-r--r-- | example/tests/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/tests/tests.h b/example/tests/tests.h index d7367628..7e50cf1c 100644 --- a/example/tests/tests.h +++ b/example/tests/tests.h @@ -69,6 +69,7 @@ private slots: void testDateTime(); void testDouble(); void testInt(); + void testNil(); void testString(); void testArray(); |
