diff options
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): |