telepathy-gabble: vcard/supported-fields: catch up with fd.o #64319
Simon McVittie
smcv at kemper.freedesktop.org
Thu May 30 09:05:02 PDT 2013
Module: telepathy-gabble
Branch: master
Commit: 4cf2247825fba29a4432bbea9fb1522cd80af599
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=4cf2247825fba29a4432bbea9fb1522cd80af599
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Thu May 30 14:32:51 2013 +0100
vcard/supported-fields: catch up with fd.o #64319
Reviewed-by: Xavier Claessens <xavier.claessens at collabora.co.uk>
---
tests/twisted/vcard/supported-fields.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/vcard/supported-fields.py b/tests/twisted/vcard/supported-fields.py
index 074d233..7a7860c 100644
--- a/tests/twisted/vcard/supported-fields.py
+++ b/tests/twisted/vcard/supported-fields.py
@@ -41,6 +41,7 @@ def check_google_props(props):
assertEquals([
('fn', [], PARAMS_EXACT | OVERWRITTEN_BY_NICKNAME, 1),
('n', [], PARAMS_EXACT, 1),
+ ('url', [], PARAMS_EXACT, UNLIMITED),
], sf)
def check_normal_props(props):
More information about the telepathy-commits
mailing list