diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-05-30 14:32:51 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-05-30 15:33:40 +0100 |
commit | 8c442268822d985cf85979f7019e72fef89e23c9 (patch) | |
tree | 3c2edfbec709922dd787a52f27756a85ef8cdce4 /tests | |
parent | 880a75bbf354d48a706c56afafd381040a1d9de8 (diff) |
Diffstat (limited to 'tests')
-rw-r--r-- | 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 074d2331c..7a7860ce1 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): |