diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 15:35:19 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 15:35:19 +0000 |
| commit | 889f415805e84e3d136f8bc009a81a07d157fed8 (patch) | |
| tree | 1d2b3fd4f7e5091185b66960e02ceb6529dd61ad /example/tests/tests.h | |
| parent | 05e418edc732b63048db65a715238c602f8e8524 (diff) | |
| download | qxmpp-889f415805e84e3d136f8bc009a81a07d157fed8.tar.gz | |
add tests for XML RPC
Diffstat (limited to 'example/tests/tests.h')
| -rw-r--r-- | example/tests/tests.h | 9 |
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(); +}; |
