aboutsummaryrefslogtreecommitdiff
path: root/tests/vcard.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-08-03 15:46:40 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-08-03 15:46:40 +0200
commitbecafc386f14967df87659cd408b5cee5835227d (patch)
treefd20c05e26b5118682299db9ecf005241acd2a68 /tests/vcard.h
parenta27aaa6f0dd18c859cee848dd5aac48cc6d1c89a (diff)
downloadqxmpp-becafc386f14967df87659cd408b5cee5835227d.tar.gz
add support for phone numbers to vCards
Diffstat (limited to 'tests/vcard.h')
-rw-r--r--tests/vcard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/vcard.h b/tests/vcard.h
index 5f0d6677..cc1527c1 100644
--- a/tests/vcard.h
+++ b/tests/vcard.h
@@ -30,5 +30,7 @@ class tst_QXmppVCardIq : public QObject
private slots:
void testEmail_data();
void testEmail();
+ void testPhone_data();
+ void testPhone();
void testVCard();
};