diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-08-03 16:00:00 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-08-03 16:00:00 +0200 |
| commit | 1268a64bdd1320639cad0d9c8331fb6fd682b30c (patch) | |
| tree | cdac8502f77722401370cc3987a38dd6a8afd21b /tests/vcard.h | |
| parent | becafc386f14967df87659cd408b5cee5835227d (diff) | |
| download | qxmpp-1268a64bdd1320639cad0d9c8331fb6fd682b30c.tar.gz | |
add stub for addresses
Diffstat (limited to 'tests/vcard.h')
| -rw-r--r-- | tests/vcard.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/vcard.h b/tests/vcard.h index cc1527c1..29a1dcad 100644 --- a/tests/vcard.h +++ b/tests/vcard.h @@ -28,6 +28,8 @@ class tst_QXmppVCardIq : public QObject Q_OBJECT private slots: + void testAddress_data(); + void testAddress(); void testEmail_data(); void testEmail(); void testPhone_data(); |
