diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 15:54:01 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 15:54:01 +0000 |
| commit | 04298058cd84d2e2f1b53fa2e032dddf480259f2 (patch) | |
| tree | d61a0c22d6aa2bdfb1afedd861c698b147bf0875 /example/tests/tests.h | |
| parent | 98cfcdaecad0fec2bb026f7cafe06491f1765c2e (diff) | |
| download | qxmpp-04298058cd84d2e2f1b53fa2e032dddf480259f2.tar.gz | |
test int & base64
Diffstat (limited to 'example/tests/tests.h')
| -rw-r--r-- | example/tests/tests.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/tests/tests.h b/example/tests/tests.h index 1a536ffc..1edaf8bb 100644 --- a/example/tests/tests.h +++ b/example/tests/tests.h @@ -64,8 +64,10 @@ class TestXmlRpc : public QObject Q_OBJECT private slots: + void testBase64(); void testBool(); void testDateTime(); void testDouble(); + void testInt(); void testString(); }; |
