diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 07:45:39 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 07:45:39 +0000 |
| commit | 1147c4f57591397a53bc045ae77106e337c2d940 (patch) | |
| tree | b6fb54139ad68fefb7b1df6baee7ee45fcbe5428 /example/tests/tests.h | |
| parent | 0e9455bc58f89d242b4e58ed00fe88835833a412 (diff) | |
| download | qxmpp-1147c4f57591397a53bc045ae77106e337c2d940.tar.gz | |
test XML-RPC invoke/response IQs
Diffstat (limited to 'example/tests/tests.h')
| -rw-r--r-- | example/tests/tests.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/tests/tests.h b/example/tests/tests.h index 7e50cf1c..9dc1a01c 100644 --- a/example/tests/tests.h +++ b/example/tests/tests.h @@ -74,4 +74,7 @@ private slots: void testArray(); void testStruct(); + + void testInvoke(); + void testResponse(); }; |
