aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-29 02:35:06 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-29 02:35:06 +0000
commite835ef2c33bcc8f9afcced757b3fea8bebbc78ec (patch)
treef1c798e311a921a86dd3cb66fd07e7007fca95e7 /tests/tests.h
parent494df25dd3d965321551602567057770d7893ced (diff)
downloadqxmpp-e835ef2c33bcc8f9afcced757b3fea8bebbc78ec.tar.gz
add a unit test for vCard
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
index d86d9fca..f4c91022 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -54,6 +54,7 @@ private slots:
void testPresenceFull();
void testSession();
void testStreamFeatures();
+ void testVCard();
};
class TestJingle : public QObject